summaryrefslogtreecommitdiff
path: root/nightly_build.bash
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2019-03-31 12:34:29 +0200
committerHolger Paradies <retabell@gmx.de>2019-03-31 12:38:47 +0200
commite5c6f4eec88a43a959168973d0f198770c24e5bb (patch)
tree08111279aa5839301f6c5f8ca44cf23263dd33ed /nightly_build.bash
parentff0a0038c78ea459e0a8932f3304c4159d608a6a (diff)
downloadkanotix-e5c6f4eec88a43a959168973d0f198770c24e5bb.zip
kanotix-e5c6f4eec88a43a959168973d0f198770c24e5bb.tar.gz
build-flag for wheezy
Diffstat (limited to 'nightly_build.bash')
-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 ###################