]> git.donarmstrong.com Git - neurodebian.git/commitdiff
More elaborate config to match what bigmess can do
authorMichael Hanke <michael.hanke@gmail.com>
Sat, 11 May 2013 17:12:05 +0000 (19:12 +0200)
committerMichael Hanke <michael.hanke@gmail.com>
Sat, 11 May 2013 17:12:05 +0000 (19:12 +0200)
neurodebian.cfg

index cea165b5bd13291c41f9bdb4e71c32c510c7b09e..48a3bb49a39b23d4aa076f8345fecdba90ee7990 100644 (file)
@@ -112,10 +112,16 @@ source extracts filenames = upstream README.Debian copyright
 #debian backport maintainer =  some guy
 #ubuntu backport maintainer =  some other guy
 
+# list of environments to build for: each item in this space-separated list
+# is a tuple of a build family ID and a release name joined by a dash, e.g.
+# debian-sid
+environments = nd+debian-sid nd+debian-wheezy
+
 # what command to use for package building: pbuilder or cowbuilder
 builder = pbuilder
 
-# directory configurations
+# directory configurations: It is possible to use environment variable and '~'
+# for these items
 # directory for storing build chroots
 chroot basedir = ~/chroots
 # base directory for builds are performed
@@ -142,6 +148,23 @@ archall architecture = amd64
 # --source-include option for this
 #debbuild options = 
 
+# main mirror for chroots
+nd+debian mirror = http://medusa:3142/http.debian.net/debian
+
+# additional mirror(s) for the chroot (thay take precedence over the main mirror
+# the release codename is automatically filled in where '%%(release)s' is given
+nd+debian othermirror = deb http://medusa:3142/neurodebian.ovgu.de/debian %%(release)s main contrib non-free
+
+# additional keyring to be used by debbootstrap and APT
+#nd+debian bootstrap keyring =
+nd+debian keyring = ~/tools/neurodebian/keys/neurodebian-archive-keyring.gpg
+
+# Repository components to enable in a build chroot
+#components=
+debian components = main
+nd+debian components = main contrib non-free
+nd+ubuntu components = main universe multiverse
+
 # Maintainer setting for backported packages
 backport maintainer = NeuroDebian Maintainers <team@neuro.debian.net>