Switch the operating organization on the "pool"
This commit is contained in:
parent
1da740bd8b
commit
a69e861614
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user