diff options
author | Holger Paradies <retabell@gmx.de> | 2024-02-11 20:30:05 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-02-11 20:30:05 +0100 |
commit | c0d7f6857ef48d3e20c5013534f994a41b712b14 (patch) | |
tree | 0b3d2b227c9ea6cdf7244ec5c340fc461d82eee7 | |
parent | 22f9cbbe7e460bf02e6b10bb3b3dfa152552b02c (diff) | |
download | kanotix-c0d7f6857ef48d3e20c5013534f994a41b712b14.zip kanotix-c0d7f6857ef48d3e20c5013534f994a41b712b14.tar.gz |
Disable Steelfire builds
no comment
-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 e83d2b7..bcc1393 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -66,7 +66,7 @@ BUILD_BULLSEYE=true BUILD_BUSTER=true BUILD_BUSTER_EXTRA_KDE=true BUILD_BUSTER_EXTRA_LXDE=true -BUILD_STRETCH=true +BUILD_STRETCH=false BUILD_JESSIE=false BUILD_JESSIE_SPECIAL=false BUILD_WHEEZY=false |