buildbot: exit 0 at the end of the script
authorLoïc Blot <loic.blot@unix-experience.fr>
Fri, 9 Jun 2017 07:40:16 +0000 (09:40 +0200)
committerLoïc Blot <loic.blot@unix-experience.fr>
Fri, 9 Jun 2017 10:05:37 +0000 (12:05 +0200)
This permits script to return correct state when skipping packaging

util/buildbot/buildwin32.sh
util/buildbot/buildwin64.sh

index 5ab446593fac560db3e793ff7f9e24c2567ebf32..1478bc9265b351634c5b12d86ccfee2ed055ec89 100755 (executable)
@@ -153,4 +153,5 @@ make -j2
 
 [ "x$NO_PACKAGE" = "x" ] && make package
 
+exit 0
 # EOF
index e2fc45b0a1e348d8f925f9bdf9233315d100c39c..81fbf43facb89289483be4724a4558aafbf17c74 100755 (executable)
@@ -154,4 +154,5 @@ make -j2
 
 [ "x$NO_PACKAGE" = "x" ] && make package
 
+exit 0
 # EOF