index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-05 | Cleaned up all flake8 issues/warnings. Did some code cleaning as well, ↵ | Anton Hvornum | |
mostly how we called things in guided.py but also some SysCommand calls | |||
2021-10-27 | Merge pull request #666 from olekthunder/re_rank_mirrors_fix | Anton Hvornum | |
Fix re_rank_mirrors | |||
2021-10-22 | use_mirrors: return None instead of True | Oleksandr Zinkevych | |
2021-10-15 | Fix use_mirrors | Oleksandr Zinkevych | |
2021-10-15 | Fix re_rank_mirrors | Oleksandr Zinkevych | |
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 | |
This fix introduces changes so that development can be done (and tested) on other platforms than Linux. This is a convenience fix and shouldn't break anything (simply a few Linux-specific imports that have moved into the functions where they are used). This commit also introduces sorting based on a list of priorities (where the default will be last if not matched). | |||
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 | |
Fixes an unresolved reference Add missing urllib.error import | |||
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 | |
* Moving away from custom log levels, to something that's well defined. * Added backward compability to log() as well. * Added an option to force log messages out on screen even if the level is below the log level threashold. * Added force log messages when wrong notation is used. * Added some more length to the deprecated message * Swapped all log levels to use logging.<level> instead. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
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 ↵ | Anton Hvornum | |
parameters which also affects the current ability to create multiple log files for multiple runs. This will be re-introduced when logging is made into a class object in a later version | |||
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-04 | Forgot an import of storage. | Anton Hvornum | |
2020-11-04 | Added multiple log features. | Anton Hvornum | |
* [Reintroduced](https://github.com/Torxed/archinstall/blob/f64a605449f59c677dff39962f1cb46616d893b7/archinstall.py#L57-L71) log levels * Created a global log file definition * Optional support for `python-systemd`'s journald handler. * Optional file output that has a globally configurable definition, that archinstall will honor in `archinstall.storage['logfile']`. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-09-01 | Added archinstall.Installer().set_mirrors, which allows to modify the ↵ | Anton Hvornum | |
mirrors in the finished installed medium. | |||
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 ↵ | Anton Hvornum | |
/etc/pacman.conf | |||
2020-07-21 | Added a set_timezone() and fixed set_locale() in the Installer() class. Also ↵ | Anton Hvornum | |
added a mirrors.py helper to rudimentary set mirror data on the installer host |