Skip to content
Snippets Groups Projects
Commit 2f463509 authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

git-update: Respect specified revision from manifest for gst-build

This broke in b9acfcac

Part-of: <gstreamer/gst-build!249>
parent 16767263
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment