X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=933fbe11a29211f0bfe6806a4d1e8a73b9f930f3;hb=6e96cd8fd282e4334cff1829619a219d31419a44;hp=dacc1cfc1c813eee3ca29c373385af395a14d5a5;hpb=fcdf858d572a28b572d777f64e8e71806062075a;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index dacc1cf..933fbe1 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -10,18 +10,19 @@ DISTRIBUTION="$DIST" DEBOOTSTRAPOPTS=("--arch" "$ARCH" "${DEBOOTSTRAPOPTS[@]}") BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz" #BUILDRESULT="/var/cache/pbuilder/$NAME/result/" -BUILDRESULT="$NAME/result/" +BUILDRESULT="$NAME" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" # http://releases.ubuntu.com/releases/ case "$DIST" in - intrepid|hardy|gutsy) # ubuntu specific - MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/" + maverick|lucid|karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific + # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" + MIRRORSITE="http://mirrors.telianet.dk/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" COMPONENTS="main restricted universe multiverse" -# OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" + OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; - lenny|etch) # debian specific + 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"