[releng] all the lives were renamed to just live, update the compose script to suit

Dennis Gilmore ausil at fedoraproject.org
Wed May 27 04:12:25 UTC 2015


commit 7b63c417f6d8d626927fa549c3f26d554b85342c
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue May 26 23:11:33 2015 -0500

    all the lives were renamed to just live, update the compose script to suit
    
    Signed-off-by: Dennis Gilmore <dennis at ausil.us>

 scripts/build-livecds |   35 ++---------------------------------
 1 files changed, 2 insertions(+), 33 deletions(-)
---
diff --git a/scripts/build-livecds b/scripts/build-livecds
index d382438..f9180de 100755
--- a/scripts/build-livecds
+++ b/scripts/build-livecds
@@ -17,12 +17,12 @@ fi
 
 GITHASH=$(git rev-parse --short HEAD)
 
-SPINS="KDE LXDE MATE_Compiz Security SoaS Xfce"
+SPINS="Design_suite Games Jam_KDE KDE LXDE MATE_Compiz Robotics Scientific_KDE Security SoaS Workstation Xfce"
 for spin in $SPINS
 do
     declare -l lspin
     lspin=$spin
-    ksflatten -c fedora-livecd-$lspin.ks -o fedora-livecd-$lspin-$GITHASH.ks >& /dev/null
+    ksflatten -c fedora-live-$lspin.ks -o fedora-live-$lspin-$GITHASH.ks >& /dev/null
     for ARCH in $ARCHES
     do
        if [[ $ARCH == i686 ]]
@@ -33,34 +33,3 @@ do
    done
 done
 
-SPINS="Games Robotics Scientific_KDE"
-for spin in $SPINS
-do
-    declare -l lspin
-    lspin=$spin
-    ksflatten -c fedora-livedvd-$lspin.ks -o fedora-livedvd-$lspin-$GITHASH.ks >& /dev/null
-    for ARCH in $ARCHES
-    do
-       if [[ $ARCH == i686 ]]
-         then BASEARCH=i386
-         else BASEARCH=$ARCH
-       fi
-    koji spin-livecd --scratch --release $BUILD --noprogress Fedora-Live-$spin-$ARCH $RELEASE --nowait  --repo=http://infrastructure.fedoraproject.org/pub/fedora/linux/development/$VERSION/$BASEARCH/os/ --repo=http://kojipkgs.fedoraproject.org/mash/bleed/$BASEARCH/ $TARGET $ARCH fedora-livedvd-$lspin-$GITHASH.ks
-   done
-done
-
-SPINS="Workstation Design_suite Jam_KDE"
-for spin in $SPINS
-do
-    declare -l lspin
-    lspin=$spin
-    ksflatten -c fedora-live-$lspin.ks -o fedora-live-$lspin-$GITHASH.ks >& /dev/null
-    for ARCH in $ARCHES
-    do
-       if [[ $ARCH == i686 ]]
-         then BASEARCH=i386
-         else BASEARCH=$ARCH
-       fi
-    koji spin-livecd --scratch --release $BUILD --noprogress Fedora-Live-$spin-$ARCH $RELEASE --nowait  --repo=http://infrastructure.fedoraproject.org/pub/fedora/linux/development/$VERSION/$BASEARCH/os/ --repo=http://kojipkgs.fedoraproject.org/mash/bleed/$BASEARCH/ $TARGET $ARCH fedora-live-$lspin-$GITHASH.ks
-   done
-done


More information about the rel-eng mailing list