git-update: Respect specified revision from manifest for gst-build
This broke in b9acfcace892d4b797454661dc87917d681d4e83 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/249>
This commit is contained in:
parent
1676726332
commit
2f46350910
@ -211,7 +211,7 @@ if __name__ == "__main__":
|
||||
repos_commits = {}
|
||||
|
||||
revision, args = repos_commits.get('gst-build', [None, []])
|
||||
if not update_repo('gst-build', SCRIPTDIR, None, options.no_interaction, args, status=options.status):
|
||||
if not update_repo('gst-build', SCRIPTDIR, revision, options.no_interaction, args, status=options.status):
|
||||
exit(1)
|
||||
if not update_subprojects(options.manifest, options.no_interaction, status=options.status):
|
||||
exit(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user