X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=4885ecb1f02c67f113ee4ebd366a06c3ed1f5f59;hb=d95607bfe6ae4d9219885c9c283582693f0e168b;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..4885ecb 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -13,12 +13,14 @@ 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 - natty|maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific + 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"