From: Michael Hanke Date: Sat, 11 May 2013 17:12:05 +0000 (+0200) Subject: More elaborate config to match what bigmess can do X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed213e00522db6c59809b98e4de5d56b483b337a;p=neurodebian.git More elaborate config to match what bigmess can do --- diff --git a/neurodebian.cfg b/neurodebian.cfg index cea165b..48a3bb4 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -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