Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/plugins.py
AgeCommit message (Collapse)Author
2021-05-31Fixed a plugin issue where there are no plugins found.Anton Hvornum
2021-05-24Added/moved comments.Anton Hvornum
2021-05-24Added optional version handling. And improved error handling a bit.Anton Hvornum
2021-05-24Added a commentAnton Hvornum
2021-05-24Added better error handling.Anton Hvornum
2021-05-24Implemented load_plugin() which handles local or remote paths. Also added ↵Anton Hvornum
some error handling surrounding the loading of plugins.
2021-05-24Spelling errorAnton Hvornum
2021-05-24Spelling errorAnton Hvornum
2021-05-24Switched 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-30Enabling --plugins filteringAnton Hvornum
2021-04-30Automatic loading of pluginsAnton Hvornum
2021-04-29Adding 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.