From 4b954c378eeea37fa0cf64990ad2fd1b4b729cfd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 May 2015 18:55:35 +0000 Subject: [PATCH] Add Ubuntu vivid 15.04 --- id-deb-build/pbuilderrc | 2 +- update-archive/update-archive.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4