summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 01:09:43 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 01:09:43 +0000
commit4b378b41e19b9a7fa7fb6f3cd6a2752396260a28 (patch)
tree3d7224ba3ca0fb5b46bb1bacf7262f0fa3a4d25e /samples
parentff5f6ea55044b484378f616a8346217b6960b09c (diff)
fix the locations to match the spec better
git-svn-id: file:///home/or/svnrepo/updater/trunk@17326 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/tor-win32-bundle.cfg2
-rw-r--r--samples/tor-win32-package.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/samples/tor-win32-bundle.cfg b/samples/tor-win32-bundle.cfg
index 2070c9d..b3dc6ee 100644
--- a/samples/tor-win32-bundle.cfg
+++ b/samples/tor-win32-bundle.cfg
@@ -4,7 +4,7 @@ name = "tor-win32-bundle"
# 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"
diff --git a/samples/tor-win32-package.cfg b/samples/tor-win32-package.cfg
index 9eea3b8..41e8f5a 100644
--- a/samples/tor-win32-package.cfg
+++ b/samples/tor-win32-package.cfg
@@ -6,10 +6,10 @@ name = "tor"
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")