Switch the operating organization on the "pool"

This commit is contained in:
Dirk Müller 2024-12-02 09:33:52 +01:00
parent 1da740bd8b
commit a69e861614
No known key found for this signature in database

View File

@ -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")