summaryrefslogtreecommitdiff
path: root/config/tor-src-bundle.cfg
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-14 00:18:55 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-14 00:18:55 +0000
commiteed069baf58952623ea035637eef154e10fa2038 (patch)
tree55e915bdfd4d39e6315b8cadd31607257233bfd6 /config/tor-src-bundle.cfg
parent6b5bf048607b9b39022363012112a35420ba06e1 (diff)
make a new config/ dir for thandy, and move the actual
package and bundle cfgs we've been making to it. git-svn-id: file:///home/or/svnrepo/updater/trunk@17620 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'config/tor-src-bundle.cfg')
-rw-r--r--config/tor-src-bundle.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/tor-src-bundle.cfg b/config/tor-src-bundle.cfg
new file mode 100644
index 0000000..3f2e72e
--- /dev/null
+++ b/config/tor-src-bundle.cfg
@@ -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?")
+