diff options
author | Holger Paradies <retabell@gmx.de> | 2021-04-18 19:55:40 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-04-18 20:00:18 +0200 |
commit | 7163da5e853d30c0262a2db759b35f1c5cf65005 (patch) | |
tree | 53a901c4c2cf3ab981f929908b1c1ff43c52513f | |
parent | 1c364d23db0b1dd2c8e0c7c6d3e2786b4dd92322 (diff) | |
download | kanotix-7163da5e853d30c0262a2db759b35f1c5cf65005.zip kanotix-7163da5e853d30c0262a2db759b35f1c5cf65005.tar.gz |
Drop speedfire lxde64-iso after build
Installer not ready yet
-rwxr-xr-x | nightly_build.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index b131169..323d4a5 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -85,6 +85,7 @@ lb config -d $DISTRO -p "kanotix-lxde-master firefox wine-staging skypeforlinux 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 |