git-update: Also update gst-build

This commit is contained in:
Thibault Saunier 2016-11-07 18:17:21 -03:00
parent a6e6feac3e
commit ac383f6b68

View file

@ -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))