]> git.donarmstrong.com Git - neurodebian.git/blobdiff - cmdsettings.sh
Merge branch 'master' of ssh://alioth.debian.org/git/pkg-exppsy/neurodebian
[neurodebian.git] / cmdsettings.sh
index 90b78ad28631f8c13431949fe2d482e5875b6d45..7ffff037862658379ed21f275f2dd48a060a1f67 100644 (file)
@@ -6,8 +6,9 @@ cowbuilderroot="/home/neurodebian"
 buildplace="${cowbuilderroot}/build"
 
 # all cuurently supported dists
-alldists="nd+debian-lenny nd+debian-squeeze nd+debian-sid \
-          nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-jaunty"
+allnddists="nd+debian-lenny nd+debian-squeeze nd+debian-sid \
+            nd+ubuntu-maverick nd+ubuntu-lucid nd+ubuntu-karmic nd+ubuntu-jaunty"
+alldists="$allnddists debian-lenny debian-squeeze debian-sid"
 
 # default is debian
 aptcache="${cowbuilderroot}/debian_aptcache"
@@ -17,7 +18,7 @@ mirror="http://debian.lcs.mit.edu/debian"
 # overwrite necessary bits for ubuntu
 if [ "${family#nd+}" = "ubuntu" ]; then
   aptcache="${cowbuilderroot}/ubuntu_aptcache"
-  components="main universe"
+  components="main universe multiverse"
   mirror="http://ubuntu.media.mit.edu/ubuntu"
 fi