X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=beb69c4567d8f309ac72653bcb63dae471df17dc;hb=ea67f1372cf286df18d631f03b6b3c06db6effa0;hp=e8e16ec9d6b94b0ac7421a91ffc60e701110669e;hpb=110536015f997178fac23a33ab86f30e98ca44c7;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index e8e16ec..beb69c4 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -15,14 +15,14 @@ APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" # http://releases.ubuntu.com/releases/ case "$DIST" in - intrepid|hardy|gutsy|jaunty) # ubuntu specific - MIRRORSITE="http://ftp.df.lth.se/ubuntu/" - # MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/" + karmic|intrepid|hardy|gutsy|jaunty) # ubuntu specific + # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" + MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" COMPONENTS="main restricted universe multiverse" 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"