mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
git-update: Also update gst-build
This commit is contained in:
parent
a6e6feac3e
commit
ac383f6b68
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue