X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=f2c6bbaa0f6b9e50bb636e380dfb639671f11a68;hb=3e827eb27e8a73f806ceeab0ff560e032ef901b7;hp=8d16d2b7e823b8532adaefc5eccd91824cb04b0f;hpb=de7026840745bb1698be74a085f10f2336a90cdc;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 8d16d2b..f2c6bba 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -13,17 +13,19 @@ BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz" #BUILDRESULT="/var/cache/pbuilder/$NAME/result/" BUILDRESULT="$NAME" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" +ALLOWUNTRUSTED=yes +CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in - maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific + quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" - MIRRORSITE="http://mirrors.telianet.dk/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" ;; - squeeze|lenny|etch) # debian specific + 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"