index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Add missing urllib.error import | Dylan M. Taylor | |
Fixes an unresolved reference Add missing urllib.error import | |||
2021-05-15 | More formatting fixes | Dylan Taylor | |
2021-05-15 | Many more manual changes | Dylan Taylor | |
2021-01-22 | Change Arch Linux site URL's | Giancarlo Razzolini | |
Recently Arch Linux shed the www portion of its site. The links still work, but it's a 301 redirection to archlinux.org. Changed all the URL's still pointing to www.archlinux.org to avoid the unnecessary redirection, since on browsers the 301 is usually saved and respected, but command line tools line wget or python might not save this and always go through the redirect. | |||
2020-11-09 | Fixed #63 | Anton Hvornum | |
Validate against /groups as well. There's not really a search API that I could find *(with little effort on my part to try and find it)*. So I went ahead and just check for HTTP 200 on the package URL. This won't give search functionality, but it will at least validate a group definition. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-10-18 | Wrong relative import, corrected to avoid .lib.lib.exceptions | Anton Hvornum | |
2020-10-18 | Implementing error handling for #50. So that the errors do not come at the ↵ | Anton Hvornum | |
very end, but in the beginning right after the user inputted something (quicker feedback to the user). | |||
2020-09-15 | Adding package search via upstream package database and JSON. | Anton Hvornum | |