From 7bb6a9201e61598e192fc2e192b18d27dc57f76e Mon Sep 17 00:00:00 2001 From: z4yx Date: Tue, 7 Apr 2020 10:46:43 +0800 Subject: [PATCH] add goharbor/harbor (tuna/issues#777) --- apt-sync.py | 2 +- github-release.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apt-sync.py b/apt-sync.py index 30e8927..5c7de8e 100755 --- a/apt-sync.py +++ b/apt-sync.py @@ -80,7 +80,7 @@ def main(): if ret.returncode != 0: failed.append((os, comp, arch)) if len(failed) > 0: - print("Failed APT repos: ", failed) + print(f"Failed APT repos of {args.base_url}: ", failed) if args.delete: pass #TODO diff --git a/github-release.py b/github-release.py index 0469e62..f5701e3 100755 --- a/github-release.py +++ b/github-release.py @@ -31,6 +31,7 @@ REPOS = [ "kubernetes/minikube", {"repo": "iina/iina", "versions": -1, "pre_release": True, "flat": True}, "FreeCAD/FreeCAD", + "goharbor/harbor", ] # connect and read timeout value