git-update: Also update gst-build
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 7 Nov 2016 21:17:21 +0000 (18:17 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 8 Nov 2016 18:10:50 +0000 (15:10 -0300)
git-update

index 7310564..8ffc2af 100755 (executable)
@@ -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))