[or-cvs] r17620: {} make a new config/ dir for thandy, and move the actual packa (in updater/trunk: . config samples)

arma at seul.org arma at seul.org
Sun Dec 14 00:18:57 UTC 2008


Author: arma
Date: 2008-12-13 19:18:55 -0500 (Sat, 13 Dec 2008)
New Revision: 17620

Added:
   updater/trunk/config/
   updater/trunk/config/tor-src-bundle.cfg
   updater/trunk/config/tor-src-package.cfg
   updater/trunk/config/tor-win32-bundle.cfg
   updater/trunk/config/tor-win32-package.cfg
Removed:
   updater/trunk/samples/tor-src-bundle.cfg
   updater/trunk/samples/tor-src-package.cfg
   updater/trunk/samples/tor-win32-bundle.cfg
   updater/trunk/samples/tor-win32-package.cfg
Log:
make a new config/ dir for thandy, and move the actual
package and bundle cfgs we've been making to it.


Copied: updater/trunk/config/tor-src-bundle.cfg (from rev 17614, updater/trunk/samples/tor-src-bundle.cfg)
===================================================================
--- updater/trunk/config/tor-src-bundle.cfg	                        (rev 0)
+++ updater/trunk/config/tor-src-bundle.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -0,0 +1,19 @@
+
+# The name of this bundle.
+name = "tor-source-bundle"
+# Version of the bundle
+version = [0, 2, 1, 6]
+# Where does it go in the repository?
+location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.6.txt"
+os = "source"
+arch = "noarch"
+
+# This is one of the packages in the bundle.  There can be as many as you
+# like.
+Package(name="tor-source",
+	order=(10,10,10),
+	optional=False)
+# The "Glosses" describe a package's purpose in the bundle.
+ShortGloss("en", "Example package is needed to make the ossifrage squeamish.")
+LongGloss("en", "You wouldn't want an unsqueamish ossifrage, would you?")
+

Copied: updater/trunk/config/tor-src-package.cfg (from rev 17614, updater/trunk/samples/tor-src-package.cfg)
===================================================================
--- updater/trunk/config/tor-src-package.cfg	                        (rev 0)
+++ updater/trunk/config/tor-src-package.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -0,0 +1,24 @@
+
+
+# This is package is name 'tor-source'
+name = "tor-source"
+
+# Encodes version 0.1.2.
+version = [0, 2, 1, 6]
+
+# What kind of package is this?
+format = "src"
+
+# Where in the repository does it go?
+location = "/pkginfo/tor/source/tor-source-0.2.1.6.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/tor-0.2.1.6-alpha.tar.gz"
+
+# Decriptions of the package.
+ShortDesc('en',  "Tor source package.")
+LongDesc('en',
+"""This is an example packag of the Tor sourc code.
+
+Its description is not quite so long as it might be, but hey.""")
+

Copied: updater/trunk/config/tor-win32-bundle.cfg (from rev 17614, updater/trunk/samples/tor-win32-bundle.cfg)
===================================================================
--- updater/trunk/config/tor-win32-bundle.cfg	                        (rev 0)
+++ updater/trunk/config/tor-win32-bundle.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -0,0 +1,19 @@
+
+# The name of this bundle.
+name = "tor-win32-bundle"
+# Version of the bundle
+version = [0, 2, 1, 7]
+# Where does it go in the repository?
+location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.7.txt"
+os = "win32"
+arch = "x86"
+
+# This is one of the packages in the bundle.  There can be as many as you
+# like.
+Package(name="tor",
+	order=(10,10,10),
+	optional=False)
+# The "Glosses" describe a package's purpose in the bundle.
+ShortGloss("en", "Tor win32 exe, only Tor.")
+LongGloss("en", "Really just the Tor win32 exe.")
+

Copied: updater/trunk/config/tor-win32-package.cfg (from rev 17614, updater/trunk/samples/tor-win32-package.cfg)
===================================================================
--- updater/trunk/config/tor-win32-package.cfg	                        (rev 0)
+++ updater/trunk/config/tor-win32-package.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -0,0 +1,22 @@
+
+# This is package is name 'example'
+name = "tor"
+
+# Encodes current version
+version = [0, 2, 1, 7]
+
+# Where in the repository does it go?
+location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/win32/tor-0.2.1.7-alpha.msi"
+
+# Decriptions of the package.
+ShortDesc('en',  "Tor-dev win32 installer")
+LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer.")
+
+format = "win32"
+command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
+                      '0.2.1.7-alpha-dev' ]
+

Deleted: updater/trunk/samples/tor-src-bundle.cfg
===================================================================
--- updater/trunk/samples/tor-src-bundle.cfg	2008-12-13 21:42:09 UTC (rev 17619)
+++ updater/trunk/samples/tor-src-bundle.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -1,19 +0,0 @@
-
-# The name of this bundle.
-name = "tor-source-bundle"
-# Version of the bundle
-version = [0, 2, 1, 6]
-# Where does it go in the repository?
-location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.6.txt"
-os = "source"
-arch = "noarch"
-
-# This is one of the packages in the bundle.  There can be as many as you
-# like.
-Package(name="tor-source",
-	order=(10,10,10),
-	optional=False)
-# The "Glosses" describe a package's purpose in the bundle.
-ShortGloss("en", "Example package is needed to make the ossifrage squeamish.")
-LongGloss("en", "You wouldn't want an unsqueamish ossifrage, would you?")
-

Deleted: updater/trunk/samples/tor-src-package.cfg
===================================================================
--- updater/trunk/samples/tor-src-package.cfg	2008-12-13 21:42:09 UTC (rev 17619)
+++ updater/trunk/samples/tor-src-package.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -1,24 +0,0 @@
-
-
-# This is package is name 'tor-source'
-name = "tor-source"
-
-# Encodes version 0.1.2.
-version = [0, 2, 1, 6]
-
-# What kind of package is this?
-format = "src"
-
-# Where in the repository does it go?
-location = "/pkginfo/tor/source/tor-source-0.2.1.6.txt"
-
-# Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/tor-0.2.1.6-alpha.tar.gz"
-
-# Decriptions of the package.
-ShortDesc('en',  "Tor source package.")
-LongDesc('en',
-"""This is an example packag of the Tor sourc code.
-
-Its description is not quite so long as it might be, but hey.""")
-

Deleted: updater/trunk/samples/tor-win32-bundle.cfg
===================================================================
--- updater/trunk/samples/tor-win32-bundle.cfg	2008-12-13 21:42:09 UTC (rev 17619)
+++ updater/trunk/samples/tor-win32-bundle.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -1,19 +0,0 @@
-
-# The name of this bundle.
-name = "tor-win32-bundle"
-# Version of the bundle
-version = [0, 2, 1, 7]
-# Where does it go in the repository?
-location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.7.txt"
-os = "win32"
-arch = "x86"
-
-# This is one of the packages in the bundle.  There can be as many as you
-# like.
-Package(name="tor",
-	order=(10,10,10),
-	optional=False)
-# The "Glosses" describe a package's purpose in the bundle.
-ShortGloss("en", "Tor win32 exe, only Tor.")
-LongGloss("en", "Really just the Tor win32 exe.")
-

Deleted: updater/trunk/samples/tor-win32-package.cfg
===================================================================
--- updater/trunk/samples/tor-win32-package.cfg	2008-12-13 21:42:09 UTC (rev 17619)
+++ updater/trunk/samples/tor-win32-package.cfg	2008-12-14 00:18:55 UTC (rev 17620)
@@ -1,22 +0,0 @@
-
-# This is package is name 'example'
-name = "tor"
-
-# Encodes current version
-version = [0, 2, 1, 7]
-
-# Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"
-
-# Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/win32/tor-0.2.1.7-alpha.msi"
-
-# Decriptions of the package.
-ShortDesc('en',  "Tor-dev win32 installer")
-LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer.")
-
-format = "win32"
-command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
-exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
-                      '0.2.1.7-alpha-dev' ]
-



More information about the tor-commits mailing list