X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=25e2150efb99b49eae778937c4ca372ea05d5570;hb=6e6bc76113aa5183986b671e7a79102c2f7cf31f;hp=998f895985ae4e962dd18be7b4b069d89adf4422;hpb=8e440590328583759dcf42fefdc1f96ec989ca57;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 998f895..25e2150 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -16,14 +16,17 @@ 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 - trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific + vivid|utopic|trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific # MIRRORSITE="http://ftp.df.lth.se/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" + OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; jessie|wheezy|squeeze|lenny|etch) # debian specific MIRRORSITE="http://ftp.se.debian.org/debian/"