index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-21 11:44:34 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-21 11:44:34 +0000 |
commit | 7a09115a7086f4b762795a684f22ab9cf790c5c4 (patch) | |
tree | f7f3813ab4269ad22de98e19f343f54e9170256c /profiles/52-54-00-12-34-56.py | |
parent | 2b71ebd6998c4936793446b7b64721c8b501a822 (diff) |
-rw-r--r-- | profiles/52-54-00-12-34-56.py | 2 |
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: |