X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=25e2150efb99b49eae778937c4ca372ea05d5570;hb=4b954c378eeea37fa0cf64990ad2fd1b4b729cfd;hp=327a222717f832ea75bd7ff20839d656ff4fa6e4;hpb=985c9f1a12af5948492c01820a5389200b2d6d4d;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 327a222..25e2150 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -7,21 +7,28 @@ : ${ARCH:=$(dpkg --print-architecture)} NAME="$DIST-$ARCH" DISTRIBUTION="$DIST" -DEBOOTSTRAPOPTS=("--arch" "$ARCH" "${DEBOOTSTRAPOPTS[@]}") +# We avoid keyring in assignment below. bug 4122 +DEBOOTSTRAPOPTS=("--arch" "$ARCH" --variant=buildd) BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz" #BUILDRESULT="/var/cache/pbuilder/$NAME/result/" BUILDRESULT="$NAME" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" +ALLOWUNTRUSTED=yes +CCACHEDIR= + +# See https://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg445261.html --malc +USENETWORK=yes # http://releases.ubuntu.com/releases/ case "$DIST" in - intrepid|hardy|gutsy) # ubuntu specific - MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/" + vivid|utopic|trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific + # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" + MIRRORSITE="http://mirrors.dotsrc.org/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" COMPONENTS="main restricted universe multiverse" OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; - lenny|etch) # debian specific + jessie|wheezy|squeeze|lenny|etch) # debian specific MIRRORSITE="http://ftp.se.debian.org/debian/" COMPONENTS="main contrib non-free" OTHERMIRROR="deb http://ftp.indexdata.dk/debian $DIST main"