From: Adam Dickmeiss Date: Fri, 8 May 2015 18:55:35 +0000 (+0000) Subject: Add Ubuntu vivid 15.04 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=4b954c378eeea37fa0cf64990ad2fd1b4b729cfd;p=git-tools-moved-to-github.git Add Ubuntu vivid 15.04 --- diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 4c0c548..25e2150 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -21,7 +21,7 @@ USENETWORK=yes # http://releases.ubuntu.com/releases/ case "$DIST" in - utopic|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/" diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index c99571a..66553ab 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -77,7 +77,7 @@ if test "$UBUNTU_DIST"; then fi # All distributions we know of -ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty ubuntu/utopic debian/jessie debian/wheezy debian/squeeze debian/lenny" +ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty ubuntu/utopic ubuntu/vivid debian/jessie debian/wheezy debian/squeeze debian/lenny" if test -z "$DISTRIBUTIONS"; then DISTRIBUTIONS=$ALLD