From 102ff5e7aaec49014aac9c4946a088e7dcaa18a1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 20 Nov 2008 00:50:32 +0000 Subject: and a bundle for the tor win32 exe too git-svn-id: file:///home/or/svnrepo/updater/trunk@17324 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- samples/tor-win32-bundle.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 samples/tor-win32-bundle.cfg (limited to 'samples') diff --git a/samples/tor-win32-bundle.cfg b/samples/tor-win32-bundle.cfg new file mode 100644 index 0000000..2070c9d --- /dev/null +++ b/samples/tor-win32-bundle.cfg @@ -0,0 +1,19 @@ + +# The name of this bundle. +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" +os = "win32" +arch = "x86" + +# This is one of the packages in the bundle. There can be as many as you +# like. +Package(name="tor-win32", + order=(10,10,10), + optional=False) +# The "Glosses" describe a package's purpose in the bundle. +ShortGloss("en", "Tor win32 exe, only Tor.") +LongGloss("en", "Really just the Tor win32 exe.") + -- cgit v1.2.3