summaryrefslogtreecommitdiff
path: root/nightly_build.bash
diff options
context:
space:
mode:
Diffstat (limited to 'nightly_build.bash')
-rwxr-xr-xnightly_build.bash63
1 files changed, 12 insertions, 51 deletions
diff --git a/nightly_build.bash b/nightly_build.bash
index 01ff2de..5ec6b00 100755
--- a/nightly_build.bash
+++ b/nightly_build.bash
@@ -62,7 +62,7 @@ mkdir -p $target $next
## remove gfxdetect entries from grub.cfg (for non-gfxdetect-builds)
#sed -i '/gfxdetect/,/^}/{d}' config/binary_grub/grub.cfg
-BUILD_BOOKWORM=false
+BUILD_BOOKWORM=true
BUILD_BULLSEYE=true
BUILD_BUSTER=false
BUILD_BUSTER_EXTRA_KDE=true
@@ -81,6 +81,17 @@ KDISTRO=slowfire
rm -rf cache tmpfs/cache
sed -i 's/\(export LB_DISTRIBUTION=\).*/\1"'$DISTRO'"/' auto/config
+
+cat <<"EOF" >$target/readme-$KDISTRO.txt
+Slowfire Isos are widely untested.
+==================================
+amd64 Iso ship with acritoxinstaller(recommended) and calamares installer(for testing)
+refind is preinstalled using grub in acritoxinstaller is recommended.
+you can enable refind later in installation with # refind-install
+EOF
+
+ln -s $target/readme-$KDISTRO.txt $next/readme-$KDISTRO.txt
+
# kde 64
lb clean
lb config -d $DISTRO -p "debpool kanotix-kde-master firefox wine-staging" --bootloader grub2 --tmpfs true --tmpfs-options size=16G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd
@@ -218,56 +229,6 @@ DISTRO=bullseye
rm -rf cache tmpfs/cache
sed -i 's/\(export LB_DISTRIBUTION=\).*/\1"'$DISTRO'"/' auto/config
-# kde 64
-lb clean
-lb config -d $DISTRO -p "kanotix-kde-master firefox wine-staging skypeforlinux" --bootloader grub2 --tmpfs true --tmpfs-options size=16G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd
-echo Kanotix speedfire-nightly Speedfire64 $d$v KDE > config/chroot_local-includes/etc/kanotix-version
-lb build; cd tmpfs; ./isohybrid-acritox kanotix64.iso
-check_iso
-ls -hgo kanotix64.iso >>binary.log; rm -f kanotix64.iso
-mv kanotix64.iso $target/kanotix64-speedfire-nightly-${d}${v}-KDE.iso; cd ..
-cp tmpfs/binary.packages $target/kanotix64-speedfire-nightly-${d}${v}-KDE.packages
-cp tmpfs/binary.log $target/kanotix64-speedfire-nightly-${d}${v}-KDE.log
-cd $target
-if [ ! -f kanotix64-speedfire-nightly-${d}${v}-KDE.iso ]; then
- cd -
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-KDE.log $next/kanotix64-speedfire-nightly-KDE.log
-else
- md5sum -b kanotix64-speedfire-nightly-${d}${v}-KDE.iso > kanotix64-speedfire-nightly-${d}${v}-KDE.iso.md5
- zsyncmake kanotix64-speedfire-nightly-${d}${v}-KDE.iso
- cd -
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-KDE.packages $next/kanotix64-speedfire-nightly-KDE.packages
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-KDE.log $next/kanotix64-speedfire-nightly-KDE.log
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-KDE.iso $next/kanotix64-speedfire-nightly-KDE.iso
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-KDE.iso.zsync $next/kanotix64-speedfire-nightly-KDE.iso.zsync
- sed "s/${d}${v}-//" $target/kanotix64-speedfire-nightly-${d}${v}-KDE.iso.md5 > $next/kanotix64-speedfire-nightly-KDE.iso.md5
-fi
-#
-# lxde 64
-lb clean
-lb config -d $DISTRO -p "kanotix-lxde-master firefox wine-staging skypeforlinux" --bootloader grub2 --tmpfs true --tmpfs-options size=16G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd
-echo Kanotix speedfire-nightly Speedfire64 $d$v LXDE > config/chroot_local-includes/etc/kanotix-version
-lb build; cd tmpfs; ./isohybrid-acritox kanotix64.iso
-check_iso
-ls -hgo kanotix64.iso >>binary.log; rm -f kanotix64.iso
-mv kanotix64.iso $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.iso; cd ..
-cp tmpfs/binary.packages $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.packages
-cp tmpfs/binary.log $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.log
-cd $target
-if [ ! -f kanotix64-speedfire-nightly-${d}${v}-LXDE.iso ]; then
- cd -
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.log $next/kanotix64-speedfire-nightly-LXDE.log
-else
- md5sum -b kanotix64-speedfire-nightly-${d}${v}-LXDE.iso > kanotix64-speedfire-nightly-${d}${v}-LXDE.iso.md5
- zsyncmake kanotix64-speedfire-nightly-${d}${v}-LXDE.iso
- cd -
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.packages $next/kanotix64-speedfire-nightly-LXDE.packages
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.log $next/kanotix64-speedfire-nightly-LXDE.log
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.iso $next/kanotix64-speedfire-nightly-LXDE.iso
- ln -s $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.iso.zsync $next/kanotix64-speedfire-nightly-LXDE.iso.zsync
- sed "s/${d}${v}-//" $target/kanotix64-speedfire-nightly-${d}${v}-LXDE.iso.md5 > $next/kanotix64-speedfire-nightly-LXDE.iso.md5
-fi
-
# eeepc4G with LXDE
lb clean
lb config -d $DISTRO -p "kanotix-eeepc4G netsurf-gtk" --bootloader grub2 --tmpfs true --tmpfs-options size=16G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a i386 --initsystem systemd