diff options
author | Roger Dingledine <arma@torproject.org> | 2008-11-20 01:11:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-11-20 01:11:17 +0000 |
commit | 19ea4834cf7eecd1d08ea51c31fc2e0f0507490c (patch) | |
tree | 32d1a5d7c0c7b36f1009c3adc70d3ec27ff8cab7 /samples | |
parent | 4b378b41e19b9a7fa7fb6f3cd6a2752396260a28 (diff) |
ok, that was a nice idea, and we should do it sometime. but not today.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17327 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r-- | samples/tor-win32-bundle.cfg | 2 | ||||
-rw-r--r-- | samples/tor-win32-package.cfg | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/samples/tor-win32-bundle.cfg b/samples/tor-win32-bundle.cfg index b3dc6ee..d585fdf 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/win32-x86/tor-win32-bundle-0.2.1.7.txt" +location = "/bundleinfo/tor/win32/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 41e8f5a..9eea3b8 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-x86/tor-0.2.1.7-alpha.txt" +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-x86/tor-0.2.1.7-alpha.exe" +relpath = "/data/win32/tor-0.2.1.7-alpha.exe" # Decriptions of the package. ShortDesc('en', "Tor-dev win32 installer") |