[or-cvs] r17903: {updater} update the package and bundle files for 0.2.1.9-alpha (updater/trunk/config)

arma at seul.org arma at seul.org
Mon Jan 5 06:08:08 UTC 2009


Author: arma
Date: 2009-01-05 01:08:08 -0500 (Mon, 05 Jan 2009)
New Revision: 17903

Modified:
   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
Log:
update the package and bundle files for 0.2.1.9-alpha


Modified: updater/trunk/config/tor-src-bundle.cfg
===================================================================
--- updater/trunk/config/tor-src-bundle.cfg	2009-01-05 06:02:22 UTC (rev 17902)
+++ updater/trunk/config/tor-src-bundle.cfg	2009-01-05 06:08:08 UTC (rev 17903)
@@ -2,9 +2,9 @@
 # The name of this bundle.
 name = "tor-source-bundle"
 # Version of the bundle
-version = [0, 2, 1, 6]
+version = [0, 2, 1, 9]
 # Where does it go in the repository?
-location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.6.txt"
+location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.9.txt"
 os = "source"
 arch = "noarch"
 

Modified: updater/trunk/config/tor-src-package.cfg
===================================================================
--- updater/trunk/config/tor-src-package.cfg	2009-01-05 06:02:22 UTC (rev 17902)
+++ updater/trunk/config/tor-src-package.cfg	2009-01-05 06:08:08 UTC (rev 17903)
@@ -1,24 +1,23 @@
 
-
 # This is package is name 'tor-source'
 name = "tor-source"
 
 # Encodes version 0.1.2.
-version = [0, 2, 1, 6]
+version = [0, 2, 1, 9]
 
 # 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"
+location = "/pkginfo/tor/source/tor-source-0.2.1.9.txt"
 
 # Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/tor-0.2.1.6-alpha.tar.gz"
+relpath = "/data/tor-0.2.1.9-alpha.tar.gz"
 
 # Decriptions of the package.
 ShortDesc('en',  "Tor source package.")
 LongDesc('en',
-"""This is an example packag of the Tor sourc code.
+"""This is an example package of the Tor sourc code.
 
 Its description is not quite so long as it might be, but hey.""")
 

Modified: updater/trunk/config/tor-win32-bundle.cfg
===================================================================
--- updater/trunk/config/tor-win32-bundle.cfg	2009-01-05 06:02:22 UTC (rev 17902)
+++ updater/trunk/config/tor-win32-bundle.cfg	2009-01-05 06:08:08 UTC (rev 17903)
@@ -2,9 +2,9 @@
 # The name of this bundle.
 name = "tor-win32-bundle"
 # Version of the bundle
-version = [0, 2, 1, 7]
+version = [0, 2, 1, 9]
 # Where does it go in the repository?
-location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.7.txt"
+location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.9.txt"
 os = "win32"
 arch = "x86"
 

Modified: updater/trunk/config/tor-win32-package.cfg
===================================================================
--- updater/trunk/config/tor-win32-package.cfg	2009-01-05 06:02:22 UTC (rev 17902)
+++ updater/trunk/config/tor-win32-package.cfg	2009-01-05 06:08:08 UTC (rev 17903)
@@ -3,13 +3,13 @@
 name = "tor"
 
 # Encodes current version
-version = [0, 2, 1, 8]
+version = [0, 2, 1, 9]
 
 # Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.8-alpha.txt"
+location = "/pkginfo/tor/win32/tor-0.2.1.9-alpha.txt"
 
 # Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/win32/tor-0.2.1.8-alpha.msi"
+relpath = "/data/win32/tor-0.2.1.9-alpha.msi"
 
 # Decriptions of the package.
 ShortDesc('en',  "Tor-dev win32 installer")
@@ -18,5 +18,5 @@
 format = "win32"
 command_install = [ 'msiexec', '/i', "${FILE}", 'NOSC=1', '/qn' ]
 exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
-                      '0.2.1.8-alpha-dev' ]
+                      '0.2.1.9-alpha' ]
 



More information about the tor-commits mailing list