[or-cvs] r17324: {} and a bundle for the tor win32 exe too (updater/trunk/samples)

arma at seul.org arma at seul.org
Thu Nov 20 00:50:32 UTC 2008


Author: arma
Date: 2008-11-19 19:50:32 -0500 (Wed, 19 Nov 2008)
New Revision: 17324

Added:
   updater/trunk/samples/tor-win32-bundle.cfg
Log:
and a bundle for the tor win32 exe too


Added: updater/trunk/samples/tor-win32-bundle.cfg
===================================================================
--- updater/trunk/samples/tor-win32-bundle.cfg	                        (rev 0)
+++ updater/trunk/samples/tor-win32-bundle.cfg	2008-11-20 00:50:32 UTC (rev 17324)
@@ -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.")
+



More information about the tor-commits mailing list