prepare for f23
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Nov 2015 09:05:52 +0000 (10:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Nov 2015 09:05:52 +0000 (10:05 +0100)
build.common
config.lxc/nodeimage.pkgs
fedora-mirror.sh
lbuild-initvm.sh
pkgs.py

index 183994d..64c4fe8 100644 (file)
@@ -7,8 +7,8 @@
 # Copyright (C) 2007 The Trustees of Princeton University
 # Thierry Parmentelat <thierry.parmentelat@inria.fr> INRIA
 #
-# supported distros f12 f14 f16 f18 f20 f21 f22
-# and debians/ubuntus to a lesser extent
+# supported distros fedoras, and debians/ubuntus to a lesser extent
+# centos's and scientific linux's have been used too quite a while ago
 #
 # for locating pkgs.py
 export PATH=.:$PATH
index 404727d..dca20f8 100644 (file)
@@ -4,7 +4,7 @@
 groupname: PlanetLab
 groupdesc: PlanetLab Node Root
 # our own modules
-# turned off on f21+f22 - hopefully on a temporary basis
+# turned off on >=f21 - hopefully on a temporary basis
 package<=f20: ipfwroot
 package: lxc-userspace
 package: transforward
index 68cb495..c118bb2 100755 (executable)
@@ -16,8 +16,8 @@ root=/mirror/
 us_fedora_url=rsync://mirrors.kernel.org/fedora
 eu_fedora_url=rsync://mirror1.hs-esslingen.de/fedora/linux
 
-default_distroname="f22"
-all_distronames="f21 f22"
+default_distroname="f23"
+all_distronames="f21 f22 f23"
 
 global_arch="x86_64"
 
@@ -100,7 +100,7 @@ function run () {
 function main () {
     distronames=""
     archs="$global_arch"
-    while getopts "nvlc:u:sef:Fh" opt ; do
+    while getopts "nvlcu:sef:Fh" opt ; do
        case $opt in
            n) dry_run=--dry-run ;;
            v) verbose= ;;
index 7db3220..0d22f49 100755 (executable)
@@ -30,7 +30,7 @@ function lxcroot () {
 
 # XXX fixme : when creating a 32bits VM we need to call linux32 as appropriate...s
 
-DEFAULT_FCDISTRO=f22
+DEFAULT_FCDISTRO=f23
 DEFAULT_PLDISTRO=lxc
 DEFAULT_PERSONALITY=linux64
 DEFAULT_MEMORY=3072
diff --git a/pkgs.py b/pkgs.py
index 8bbc43a..78b37c6 100755 (executable)
--- a/pkgs.py
+++ b/pkgs.py
@@ -35,13 +35,13 @@ import re
 
 default_arch='x86_64'
 known_arch = ['i386', 'i686', 'x86_64']
-default_fcdistro = 'f22'
+default_fcdistro = 'f23'
 known_fcdistros = [
     'centos5', 'centos6',
     # oldies but we have references to that in the pkgs files
     'f8', 'f10', 'f12', 'f16',
     # these ones are still relevant
-    'f14', 'f18', 'f20', 'f21', 'f22',
+    'f14', 'f18', 'f20', 'f21', 'f22', 'f23',
     'sl6', 
     # debians
     'wheezy','jessie',