]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
debian_build.py: Disable automatic liveboot builds (requested by Elmar Gerdes)
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 15 Oct 2014 16:43:49 +0000 (18:43 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 15 Oct 2014 16:43:49 +0000 (18:43 +0200)
debian_build.py

index ce81a4094ce7fa213065fe47913dd4a4e6672989..cf6e14f9d873c02b749921a7ec791e1eab1e9b20 100755 (executable)
@@ -316,7 +316,8 @@ def main():
         if curr_dist == 'squeeze':
             # .. always include successful build packages into CIDB
             do_cidb = True
-            do_liveboot_request = True
+            # Disable automatic liveboot builds (requested by Elmar Gerdes)
+            #do_liveboot_request = True
             # .. fail if we already found the tag we would create upon a successfull build,
             #    except, the existing tag uses the same commit as we were triggered with
             # FIXME: tagging only works for squeeze this way, change it to make it multipledist