summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnightly_build.bash5
1 files changed, 5 insertions, 0 deletions
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 ###################