X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=854060b102eaff1b8a90d0514b81f1c00b530e6d;hb=255c6773b2998fa228478da07ce84baf8c74abb8;hp=169a190730502e5e6e1adead9af965225193246a;hpb=cfa89cf5700d5456f13bb9b7d9834c887be62405;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 169a190..854060b 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -18,14 +18,14 @@ CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in - oneiric|natty|maverick|lucid|karmic) # ubuntu specific + trusty|saucy|raring|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" ;; - wheezy|squeeze|lenny|etch) # debian specific + jessie|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"