[or-cvs] r17283: {} Adding a sample bundle (updater/trunk/samples)

ioerror at seul.org ioerror at seul.org
Sun Nov 16 10:14:44 UTC 2008


Author: ioerror
Date: 2008-11-16 05:14:44 -0500 (Sun, 16 Nov 2008)
New Revision: 17283

Added:
   updater/trunk/samples/tor-src-bundle.cfg
Log:
Adding a sample bundle


Added: updater/trunk/samples/tor-src-bundle.cfg
===================================================================
--- updater/trunk/samples/tor-src-bundle.cfg	                        (rev 0)
+++ updater/trunk/samples/tor-src-bundle.cfg	2008-11-16 10:14:44 UTC (rev 17283)
@@ -0,0 +1,19 @@
+
+# The name of this bundle.
+name = "tor-source-bundle"
+# Version of the bundle
+version = [0, 2, 1, 6]
+# Where does it go in the repository?
+location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.6.txt"
+os = "source"
+arch = "noarch"
+
+# This is one of the packages in the bundle.  There can be as many as you
+# like.
+Package(name="tor-source",
+	order=(10,10,10),
+	optional=False)
+# The "Glosses" describe a package's purpose in the bundle.
+ShortGloss("en", "Example package is needed to make the ossifrage squeamish.")
+LongGloss("en", "You wouldn't want an unsqueamish ossifrage, would you?")
+



More information about the tor-commits mailing list