summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2019-07-11 18:30:20 +0200
committerHolger Paradies <retabell@gmx.de>2019-07-11 18:30:20 +0200
commit43f7d048bf6ea94da5ea7ab97b29c5b8d8ca1c0e (patch)
tree666bbf4ba37b2737a250a2a00423fc69bc8fc792
parent0e5424e0340a11f7de17d39026e5db78afd778db (diff)
downloadkanotix-43f7d048bf6ea94da5ea7ab97b29c5b8d8ca1c0e.zip
kanotix-43f7d048bf6ea94da5ea7ab97b29c5b8d8ca1c0e.tar.gz
Disable build of Spitfire-special iso
nvidia-dkms broken with newer 4.4 Kernel Series
-rwxr-xr-xnightly_build.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/nightly_build.bash b/nightly_build.bash
index 9185a3c..f6e0ab2 100755
--- a/nightly_build.bash
+++ b/nightly_build.bash
@@ -18,6 +18,7 @@ mkdir -p $target $next
BUILD_BUSTER=true
BUILD_STRETCH=true
BUILD_JESSIE=true
+BUILD_JESSIE_SPECIAL=false
BUILD_WHEEZY=false
################### SILVERFIRE ###################
@@ -353,6 +354,8 @@ fi
## gfxdetect
#git checkout config/binary_grub/grub.cfg
+if $BUILD_JESSIE_SPECIAL; then
+
lb clean
lb config -d $DISTRO -p "kanotix-master firefox wine-staging google-chrome skypeforlinux virtualbox android steam xbmc gfxdetect" --bootloader grub2 --tmpfs true --tmpfs-options size=12G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd
echo Kanotix spitfire-nightly Spitfire64 $d$v KDE-special > config/chroot_local-includes/etc/kanotix-version
@@ -394,6 +397,7 @@ else
ln -s $target/kanotix32-spitfire-nightly-${d}${v}-KDE-special.iso.zsync $next/kanotix32-spitfire-nightly-KDE-special.iso.zsync
sed "s/${d}${v}-//" $target/kanotix32-spitfire-nightly-${d}${v}-KDE-special.iso.md5 > $next/kanotix32-spitfire-nightly-KDE-special.iso.md5
fi
+fi # end of jessie special build
fi # end of jessie build
################### Dragonfire ###################