From b982047fce5fcdeac01c604e6f6a26b1dd6874ef Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Sun, 16 Nov 2008 08:55:21 +0000 Subject: 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 --- samples/tor-src-package.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 samples/tor-src-package.cfg (limited to 'samples') 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.""") + -- cgit v1.2.3