Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
mirrors.py
Age
Commit message (
Expand
)
Author
2021-07-16
Replace for loops with comprehensions
monosans
2021-06-02
Added docstrings
Anton Hvornum
2021-06-01
Windows fix + Sorting based on list
Anton Hvornum
2021-06-01
Introduces HTTP mirror selection
Anton Hvornum
2021-05-20
Add ArchInstall user-agent to mirror requests
Dylan M. Taylor
2021-05-20
Use pure Python code in filter_mirrors_by_region
JakobDev
2021-05-18
Proofreading: Fix misc. spelling and grammar issues
Dylan Taylor
2021-05-17
Add missing urllib.error import
Dylan M. Taylor
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
Remove some redundant parenthesis
Dylan Taylor
2021-05-15
f-string fixes
Dylan Taylor
2021-05-15
Whitespace changes
Dylan Taylor
2021-05-15
More formatting fixes
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-04-27
Moving away from custom log levels, to something that's well defined. (#360)
Anton Hvornum
2021-04-12
Adding some error handling to list_mirrors()
Anton Hvornum
2021-01-24
Trying to centralize the configuration for logging. Phasing out some paramete...
Anton Hvornum
2021-01-22
Change Arch Linux site URL's
Giancarlo Razzolini
2020-11-04
Forgot an import of storage.
Anton Hvornum
2020-11-04
Added multiple log features.
Anton Hvornum
2020-10-19
Fix some PEP-8 errors.
Varun Madiath
2020-09-01
Added archinstall.Installer().set_mirrors, which allows to modify the mirrors...
Anton Hvornum
2020-09-01
Spelling error
Anton Hvornum
2020-09-01
Added more logging
Anton Hvornum
2020-09-01
Added list_mirrors() and prepared for selecting mirrors in guided.py
Anton Hvornum
2020-07-30
Added add_custom_mirrors(). The function appends custom mirrors to /etc/pacma...
Anton Hvornum
2020-07-21
Added a set_timezone() and fixed set_locale() in the Installer() class. Also ...
Anton Hvornum