From aeec99319d8e356091eae27344baa77012daf8ee Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Sun, 16 Nov 2008 10:14:44 +0000 Subject: Adding a sample bundle git-svn-id: file:///home/or/svnrepo/updater/trunk@17283 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- samples/tor-src-bundle.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 samples/tor-src-bundle.cfg (limited to 'samples') diff --git a/samples/tor-src-bundle.cfg b/samples/tor-src-bundle.cfg new file mode 100644 index 0000000..3f2e72e --- /dev/null +++ b/samples/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?") + -- cgit v1.2.3