Add Ubuntu vivid 15.04
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 8 May 2015 18:55:35 +0000 (18:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 8 May 2015 18:55:35 +0000 (18:55 +0000)
id-deb-build/pbuilderrc
update-archive/update-archive.sh

index 4c0c548..25e2150 100644 (file)
@@ -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/"
index c99571a..66553ab 100755 (executable)
@@ -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