X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-deb-build%2Fpbuilderrc;h=15b1eca36273f508cefb2dc47ac244b2078deaca;hb=f2e36b39b0e6cb21eb1247daf7147ceb5cf0ea82;hp=f2c6bbaa0f6b9e50bb636e380dfb639671f11a68;hpb=3e827eb27e8a73f806ceeab0ff560e032ef901b7;p=git-tools-moved-to-github.git diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index f2c6bba..15b1eca 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -18,14 +18,14 @@ CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in - quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific + 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" ;; - 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"