diff options
author | Holger Paradies <retabell@gmx.de> | 2024-03-27 18:22:43 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-03-27 18:22:43 +0100 |
commit | da3dfcb9194df091bd4c8d059066e087749f87cc (patch) | |
tree | 9a5f06b8debe12369b203cf537134f2b913bd0e1 | |
parent | b1de561f9c53fb352b15af27ce722d64f435ef33 (diff) | |
download | kanotix-da3dfcb9194df091bd4c8d059066e087749f87cc.zip kanotix-da3dfcb9194df091bd4c8d059066e087749f87cc.tar.gz |
Disable silverfire builds
Silverfire not tested with updated live-build.
-rwxr-xr-x | nightly_build.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index e67daae..01ff2de 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -64,7 +64,7 @@ mkdir -p $target $next BUILD_BOOKWORM=false BUILD_BULLSEYE=true -BUILD_BUSTER=true +BUILD_BUSTER=false BUILD_BUSTER_EXTRA_KDE=true BUILD_BUSTER_EXTRA_LXDE=true BUILD_STRETCH=false |