From 3938a7f49e68d6d85b2382a54ff97b092710380b Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 26 Mar 2021 10:16:26 +0100 Subject: [PATCH] bob nightlies project has moved --- bob/devtools/scripts/update_bob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/scripts/update_bob.py b/bob/devtools/scripts/update_bob.py index e1eb0fe2..a090cacd 100644 --- a/bob/devtools/scripts/update_bob.py +++ b/bob/devtools/scripts/update_bob.py @@ -34,7 +34,7 @@ def update_bob(stable): gl = get_gitlab_instance() # download order.txt form bob.nightlies and get the list of packages - nightlies = gl.projects.get("bob/bob.nightlies") + nightlies = gl.projects.get("bob/nightlies") with tempfile.NamedTemporaryFile() as f: download_path(nightlies, "order.txt", f.name, ref="master") -- GitLab