Change hostname references from gitea.opensuse.org to src.opensuse.org

This commit is contained in:
Dirk Müller
2023-06-19 10:59:56 +02:00
parent 12001b1640
commit 9e80a64fe0
3 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ class LFSOid:
self.register()
def check(self):
url = f"http://gitea.opensuse.org:9999/check/{self.sha256}/{self.size}"
url = f"http://src.opensuse.org:9999/check/{self.sha256}/{self.size}"
response = requests.get(
url,
timeout=10,
@@ -127,7 +127,7 @@ class LFSOid:
"size": self.size,
}
url = "http://gitea.opensuse.org:9999/register"
url = "http://src.opensuse.org:9999/register"
response = requests.post(
url,
json=data,