From e5c6f4eec88a43a959168973d0f198770c24e5bb Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sun, 31 Mar 2019 12:34:29 +0200
Subject: build-flag for wheezy

---
 nightly_build.bash | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/nightly_build.bash b/nightly_build.bash
index ba283af..7b975b6 100755
--- a/nightly_build.bash
+++ b/nightly_build.bash
@@ -15,6 +15,10 @@ mkdir -p $target $next
 ## remove gfxdetect entries from grub.cfg (for non-gfxdetect-builds)
 #sed -i '/gfxdetect/,/^}/{d}' config/binary_grub/grub.cfg
 
+BUILD_WHEEZY=true
+
+
+if $BUILD_WHEEZY; then
 lb clean
 lb config -d wheezy -p "kanotix-kde-master firefox" --bootloader grub2 --tmpfs true --tmpfs-options size=12G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64
 echo Kanotix dragonfire-nightly Dragonfire64 $d$v KDE > config/chroot_local-includes/etc/kanotix-version 
@@ -98,6 +102,7 @@ else
         ln -s $target/kanotix32-dragonfire-nightly-${d}${v}-LXDE.iso.zsync $next/kanotix32-dragonfire-nightly-LXDE.iso.zsync
         sed "s/${d}${v}-//" $target/kanotix32-dragonfire-nightly-${d}${v}-LXDE.iso.md5 > $next/kanotix32-dragonfire-nightly-LXDE.iso.md5
 fi
+fi # end of wheezy build
 
 ################### SPITFIRE ###################
 
-- 
cgit v1.0