X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=501a6de87d2837e0ef78244e89d4c2bc36656ca7;hb=839efe6d8548bf2453b282bd49cf1deca4ad079f;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..501a6de 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 + 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"