Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/profiles.py
AgeCommit message (Expand)Author
2020-11-08Fixing a variable missmatch in #61. The global configuration snapshot (that i...Anton Hvornum
2020-11-08Added some more debuggingAnton Hvornum
2020-11-08Tweaked #58 slightly. Execution is done with an attempt to retain file line n...Anton Hvornum
2020-11-06Forgot an import of storage.Anton Hvornum
2020-11-04Added multiple log features.Anton Hvornum
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-10-18Made Profile() json-dumpableAnton Hvornum
2020-09-30Tweaked the import logic so that the Imported() class returns the actual modu...Anton Hvornum
2020-09-30Fixing a import logic issue. We don't want to trigger if __name__ ... during ...Anton Hvornum
2020-09-30Fixed bug: profile names listed by list_profiles() contained a trailing dot. ...Anton Hvornum
2020-09-30Finalized magic function _prep_function(). Gets returned when a profile is im...Anton Hvornum
2020-09-30Fixing awesome and xorg for first test run.Anton Hvornum
2020-08-20Added the HTTPS POST for a successful build to the unattended test build.Anton Hvornum
2020-08-20Added a unattended installer. Fixed list_profiles() to not include .py ending...Anton Hvornum
2020-08-20Starting to add networking helpers in archinstall. First up is archinstall.ge...Anton Hvornum
2020-08-05Removed support entirely for .json. Cleaning up the Profile() class **a lot**...Anton Hvornum
2020-08-04Fixed description supportAnton Hvornum
2020-08-04Fixed description supportAnton Hvornum
2020-08-04Added a debugAnton Hvornum
2020-08-04Adding description handling in profiles.Anton Hvornum
2020-08-04elif mixupAnton Hvornum
2020-08-04Added a list_profiles() function, that lists all current local profiles. Also...Anton Hvornum
2020-07-22New feature: application profiles now support .py as well. Also fixed a sys.p...Anton Hvornum
2020-07-08v2.0.3 prep release. Profile now fully support python scripting instead of JS...Anton Hvornum
2020-07-08Added support for .py profiles. Added a simple 'desktop.py' for now that is j...Anton Hvornum
2020-07-07Added colored output. Also tested non-encrypted installations and added ext4 ...Anton Hvornum
2020-07-06Prepped readme for pypi. Also updated setup.py to reflect a better project na...Anton Hvornum
2020-07-06Renaming deployments to profilesAnton Hvornum
2020-07-06Renaming deployments to profilesAnton Hvornum
2020-07-06Reworked final preparations for working with profiles and installing them.Anton Hvornum