]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
temp. disable liveboot_request to catch another problem in master
authorHolger Levsen <holger@layer-acht.org>
Wed, 26 Sep 2012 15:54:08 +0000 (17:54 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 26 Sep 2012 15:54:08 +0000 (17:54 +0200)
debian_build.py

index 244bff1d7320d2b6e4db4c90b087998babcd4417..0d648413b49986977b5262142f88eda9399dfe9c 100755 (executable)
@@ -702,7 +702,7 @@ if __name__ == '__main__':
             subprocess.check_call(cmd)
             #FIXME: this should really cause an error
             # exit_error()
-        add_liveboot_request(package_instance_id)
+        #add_liveboot_request(package_instance_id)
 
     # finally
     exit_ok()