X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=11ea207b492f745f025d734e925d44ee8f59c0b9;hb=f23a522439343470ed9e0df49d4d1efe222b3e44;hp=691433697d40fdf27ba5475fa1e4693958fd4fb1;hpb=b148c6ee8a0bb340f6a37e7bace89eb8e858291f;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 6914336..11ea207 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -3,8 +3,8 @@ # https://wiki.ubuntu.com/PbuilderHowto #DIST=`dpkg-parsechangelog | awk '/^Distribution: / {print $2}'` -: ${DIST:=$(lsb_release --short --codename)} -: ${ARCH:=$(dpkg --print-architecture)} +# : ${DIST:=$(lsb_release --short --codename)} +# : ${ARCH:=$(dpkg --print-architecture)} NAME="$DIST-$ARCH" DISTRIBUTION="$DIST" # We avoid keyring in assignment below. bug 4122 @@ -13,17 +13,22 @@ 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 - natty|maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific + xenial|wily|vivid|utopic|trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" - MIRRORSITE="http://mirrors.telianet.dk/ubuntu/" + MIRRORSITE="http://mirror.one.com/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" COMPONENTS="main restricted universe multiverse" OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; - wheezy|squeeze|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"