X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;fp=id-deb-build%2Fpbuilderrc;h=0000000000000000000000000000000000000000;hb=97e63eddc775b8d1ebd9852261926360a5f46270;hp=11ea207b492f745f025d734e925d44ee8f59c0b9;hpb=76da8e589e9403a0e756b6898b2c9540cc1516fa;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc deleted file mode 100644 index 11ea207..0000000 --- a/id-deb-build/pbuilderrc +++ /dev/null @@ -1,40 +0,0 @@ -# The distribution should be correct in your changelog file. -# Uncomment this line to use the one listed there: -# https://wiki.ubuntu.com/PbuilderHowto -#DIST=`dpkg-parsechangelog | awk '/^Distribution: / {print $2}'` - -# : ${DIST:=$(lsb_release --short --codename)} -# : ${ARCH:=$(dpkg --print-architecture)} -NAME="$DIST-$ARCH" -DISTRIBUTION="$DIST" -# 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 - 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://mirror.one.com/ubuntu/" - # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" - COMPONENTS="main restricted universe multiverse" - OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" - ;; - 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" - ;; - *) - echo "Unknown distribution: $DIST" - exit 1 - ;; -esac