[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17326: {updater} fix the locations to match the spec better (updater/trunk/samples)
Author: arma
Date: 2008-11-19 20:09:43 -0500 (Wed, 19 Nov 2008)
New Revision: 17326
Modified:
updater/trunk/samples/tor-win32-bundle.cfg
updater/trunk/samples/tor-win32-package.cfg
Log:
fix the locations to match the spec better
Modified: updater/trunk/samples/tor-win32-bundle.cfg
===================================================================
--- updater/trunk/samples/tor-win32-bundle.cfg 2008-11-20 00:52:03 UTC (rev 17325)
+++ updater/trunk/samples/tor-win32-bundle.cfg 2008-11-20 01:09:43 UTC (rev 17326)
@@ -4,7 +4,7 @@
# Version of the bundle
version = [0, 2, 1, 7]
# Where does it go in the repository?
-location = "/bundleinfo/tor/source/tor-win32-bundle-0.2.1.7.txt"
+location = "/bundleinfo/tor/win32-x86/tor-win32-bundle-0.2.1.7.txt"
os = "win32"
arch = "x86"
Modified: updater/trunk/samples/tor-win32-package.cfg
===================================================================
--- updater/trunk/samples/tor-win32-package.cfg 2008-11-20 00:52:03 UTC (rev 17325)
+++ updater/trunk/samples/tor-win32-package.cfg 2008-11-20 01:09:43 UTC (rev 17326)
@@ -6,10 +6,10 @@
version = [0, 2, 1, 7]
# Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"
+location = "/pkginfo/tor/win32-x86/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.exe"
+relpath = "/data/win32-x86/tor-0.2.1.7-alpha.exe"
# Decriptions of the package.
ShortDesc('en', "Tor-dev win32 installer")