From dec76861ea87b5d0c2da1533b7123eb2f55fa66a Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 21 Sep 2020 11:57:59 -0400 Subject: [PATCH] manifest: Fix URL for cerbero deps log There was a missing 'f' prefix, so the {branch} was not expanded. Part-of: --- gitlab/build_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 gitlab/build_manifest.py diff --git a/gitlab/build_manifest.py b/gitlab/build_manifest.py old mode 100644 new mode 100755 index d57181fe91..cc091d04e3 --- a/gitlab/build_manifest.py +++ b/gitlab/build_manifest.py @@ -50,7 +50,7 @@ def git(*args, repository_path='.'): def get_cerbero_last_build_info (branch : str): # Take the log from slowest build to reduce cache misses, the logs are # uploaded as soon as they are ready. - url = "https://artifacts.gstreamer-foundation.net/cerbero-deps/{branch}/cross-ios/universal/cerbero-deps.log" + url = f'https://artifacts.gstreamer-foundation.net/cerbero-deps/{branch}/cross-ios/universal/cerbero-deps.log' deps = [{'commit': None}] try: