build_manifest: Add the to repo names to avoid spamming about redirections

This commit is contained in:
Thibault Saunier 2018-11-14 10:20:16 -03:00
parent 10ae6d0326
commit 10ffa6f1af

View file

@ -278,7 +278,7 @@ if __name__ == "__main__":
sys.exit(0)
projects: str = ''
project_template: str = " <project name=\"{}\" remote=\"{}\" revision=\"{}\" />\n"
project_template: str = " <project name=\"{}.git\" remote=\"{}\" revision=\"{}\" />\n"
for module in GSTREAMER_MODULES:
print(f"Checking {module}:", end=' ')
remote, revision = find_repository_sha(module, current_branch)