commit 3d5c39058068910228fe9bcb043aac1f40fab834 Author: Dennis Gilmore dennis@ausil.us Date: Wed May 27 14:05:15 2015 -0500
fixup missed livecd to live change in the koji command for building livecds
Signed-off-by: Dennis Gilmore dennis@ausil.us
scripts/build-livecds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/scripts/build-livecds b/scripts/build-livecds index acfa2e1..31737d5 100755 --- a/scripts/build-livecds +++ b/scripts/build-livecds @@ -29,7 +29,7 @@ do 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/$VERSIO... --repo=http://kojipkgs.fedoraproject.org/mash/bleed/$BASEARCH/ $TARGET $ARCH fedora-livecd-$lspin-$GITHASH.ks + koji spin-livecd --scratch --release $BUILD --noprogress Fedora-Live-$spin-$ARCH $RELEASE --nowait --repo=http://infrastructure.fedoraproject.org/pub/fedora/linux/development/$VERSIO... --repo=http://kojipkgs.fedoraproject.org/mash/bleed/$BASEARCH/ $TARGET $ARCH fedora-live-$lspin-$GITHASH.ks done done
rel-eng@lists.fedoraproject.org