From a69e861614254aa1bf5ee43215449d3888315ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Mon, 2 Dec 2024 09:33:52 +0100 Subject: [PATCH] Switch the operating organization on the "pool" --- lib/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git.py b/lib/git.py index 2fa647e..3fa7c9c 100644 --- a/lib/git.py +++ b/lib/git.py @@ -251,7 +251,7 @@ class Git: def add_gitea_remote(self, package): repo_name = package.replace("+", "_") - org_name = "rpm" + org_name = "pool" if not os.getenv("GITEA_TOKEN"): logging.warning("Not adding a remote due to missing $GITEA_TOKEN")