From: Thibault Saunier Date: Mon, 7 Nov 2016 21:17:21 +0000 (-0300) Subject: git-update: Also update gst-build X-Git-Tag: 1.19.3~481^2~404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac383f6b68cb2354ba7e48e5cab334ae3402b7ca;p=platform%2Fupstream%2Fgstreamer.git git-update: Also update gst-build --- diff --git a/git-update b/git-update index 7310564..8ffc2af 100755 --- a/git-update +++ b/git-update @@ -107,5 +107,7 @@ if __name__ == "__main__": if options.no_color: Colors.disable() + if not update_repo('gst-build', SCRIPTDIR, None, options.no_interaction): + exit(1) exit(not update_subprojects(options.manifest, options.no_interaction))