Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/52-54-00-12-34-56.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-08-21 11:44:34 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-21 11:44:34 +0000
commit7a09115a7086f4b762795a684f22ab9cf790c5c4 (patch)
treef7f3813ab4269ad22de98e19f343f54e9170256c /profiles/52-54-00-12-34-56.py
parent2b71ebd6998c4936793446b7b64721c8b501a822 (diff)
Corrected API endpoint for automated tests.
Diffstat (limited to 'profiles/52-54-00-12-34-56.py')
-rw-r--r--profiles/52-54-00-12-34-56.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py
index 4f7b43a1..aa5a3017 100644
--- a/profiles/52-54-00-12-34-56.py
+++ b/profiles/52-54-00-12-34-56.py
@@ -40,7 +40,7 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs:
print(f'Submitting {commit}: success')
conditions = {"project" : "archinstall", "profile" : "52-54-00-12-34-56", "status" : "success", "commit" : commit}
- req = urllib.request.Request("https://archlinux.life/build/success",
+ req = urllib.request.Request("https://api.archlinux.life/build/success",
data=json.dumps(conditions).encode('utf8'),
headers={'content-type': 'application/json'})
try: