index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |