summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2008-11-16 08:55:21 +0000
committerJacob Appelbaum <jacob@appelbaum.net>2008-11-16 08:55:21 +0000
commitb982047fce5fcdeac01c604e6f6a26b1dd6874ef (patch)
treed4b44e4768c1b7e3c8f1bd056cd53c8eefe87cd7 /samples
parent53b653babc52e05ce580255d068ab2cbf10ed256 (diff)
A first stab at a configuration file for the Tor source.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17281 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/tor-src-package.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/samples/tor-src-package.cfg b/samples/tor-src-package.cfg
new file mode 100644
index 0000000..74307c3
--- /dev/null
+++ b/samples/tor-src-package.cfg
@@ -0,0 +1,24 @@
+
+
+# This is package is name 'tor-source'
+name = "tor-source"
+
+# Encodes version 0.1.2.
+version = [0, 2, 1, 6]
+
+# What kind of package is this?
+format = "src"
+
+# Where in the repository does it go?
+location = "/pkginfo/tor-source/src/tor-source-0.2.1.6.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/tor-0.2.1.6-alpha.tar.gz"
+
+# Decriptions of the package.
+ShortDesc('en', "Tor source package.")
+LongDesc('en',
+"""This is an example packag of the Tor sourc code.
+
+Its description is not quite so long as it might be, but hey.""")
+