mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
git-update: Respect specified revision from manifest for gst-build
This broke in b9acfcace8
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/249>
This commit is contained in:
parent
1676726332
commit
2f46350910
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue