From 10ffa6f1af6fed20a8857d2c7426d81cf162e3d1 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 14 Nov 2018 10:20:16 -0300 Subject: [PATCH] build_manifest: Add the to repo names to avoid spamming about redirections --- gitlab/build_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build_manifest.py b/gitlab/build_manifest.py index dad5263af7..6aab445240 100755 --- a/gitlab/build_manifest.py +++ b/gitlab/build_manifest.py @@ -278,7 +278,7 @@ if __name__ == "__main__": sys.exit(0) projects: str = '' - project_template: str = " \n" + project_template: str = " \n" for module in GSTREAMER_MODULES: print(f"Checking {module}:", end=' ') remote, revision = find_repository_sha(module, current_branch)