index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-11 | Cleaned up argument loading slighly. (#1419) | Anton Hvornum | |
* Cleaned up argument loading slighly. Also flipped some --silent logic to avoid double negatives. --plugin and --conf {'plugin': ...} should now both work. * Tweaked xorg profile to use list instead of strings. Because strings causes some issues through add_additional_packages() as it ends up as [(xorg, xorg-xinit), nano] instead of a flat list of packages or string. * Tweaked xorg profile to use list instead of strings. Because strings causes some issues through add_additional_packages() as it ends up as [(xorg, xorg-xinit), nano] instead of a flat list of packages or string. | |||
2022-08-01 | Solves issue 1343. Could not locate partition after creation (#1355) | Werner Llácer | |
* Solves issue 1343. Could not locate partition after creation * Added some flake fixes. Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2022-05-01 | Hotfix for plugins, forgot group= | Anton Hvornum | |
2022-05-01 | The dict object is deprectrecated, instead .select() is suggested. (#1107) | Anton Hvornum | |
* The dict object is deprectrecated, instead .select() is suggested. * removed copy paste issue * Removed tests, they'll be added in a separate PR | |||
2022-01-07 | Fixed import error ModuleType (#848) | Anton Hvornum | |
Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2022-01-06 | Added type annotations to all functions (#845) | Anton Hvornum | |
* Added type annotations for 1/5 of the files. There's bound to be some issues with type miss-match, will sort that out later. * Added type hints for 4/5 of the code * Added type hints for 4.7/5 of the code * Added type hints for 5/5 of the code base * Split the linters into individual files This should help with more clearly show which runner is breaking since they don't share a single common name any longer. Also moved mypy settings into pyproject.toml * Fixed some of the last flake8 issues * Missing parameter * Fixed invalid lookahead types * __future__ had to be at the top * Fixed last flake8 issues | |||
2021-11-01 | Fixed flake8 issues in networking, plugins and profiles. | Anton Hvornum | |
2021-09-19 | general: remove all found white-spaces | SecondThundeR | |
Also this change adds new line at the end for some scripts | |||
2021-05-31 | Fixed a plugin issue where there are no plugins found. | Anton Hvornum | |
2021-05-24 | Added/moved comments. | Anton Hvornum | |
2021-05-24 | Added optional version handling. And improved error handling a bit. | Anton Hvornum | |
2021-05-24 | Added a comment | Anton Hvornum | |
2021-05-24 | Added better error handling. | Anton Hvornum | |
2021-05-24 | Implemented load_plugin() which handles local or remote paths. Also added ↵ | Anton Hvornum | |
some error handling surrounding the loading of plugins. | |||
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Spelling error | Anton Hvornum | |
2021-05-24 | Switched plugin strategty. Now uses built-in entrypoints to source and load ↵ | Anton Hvornum | |
the plugins. This is the default method provided by Python, and is the cleanest so far I think. | |||
2021-04-30 | Enabling --plugins filtering | Anton Hvornum | |
2021-04-30 | Automatic loading of plugins | Anton Hvornum | |
2021-04-29 | Adding on_pacstrap hook for installation. As well as a plugins listing that ↵ | Anton Hvornum | |
plugins can hook in to in order to be called during specific on_<event> calls. |