From f7b6495b6fa1cecab83f9c4dd3219c3c4dde14c0 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 15 Oct 2014 18:43:49 +0200 Subject: [PATCH] debian_build.py: Disable automatic liveboot builds (requested by Elmar Gerdes) --- debian_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index ce81a40..cf6e14f 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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 -- 2.39.5