summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 00:50:32 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 00:50:32 +0000
commit102ff5e7aaec49014aac9c4946a088e7dcaa18a1 (patch)
treefe2b41a6547ef9766f2898b446c81ffa625fea19 /samples
parentf458273d267e1c4f5867cf8b9aa16e7fb9025910 (diff)
and a bundle for the tor win32 exe too
git-svn-id: file:///home/or/svnrepo/updater/trunk@17324 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/tor-win32-bundle.cfg19
1 files changed, 19 insertions, 0 deletions
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.")
+