From 4b378b41e19b9a7fa7fb6f3cd6a2752396260a28 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 20 Nov 2008 01:09:43 +0000 Subject: fix the locations to match the spec better git-svn-id: file:///home/or/svnrepo/updater/trunk@17326 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- samples/tor-win32-bundle.cfg | 2 +- samples/tor-win32-package.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'samples') 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") -- cgit v1.2.3