index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | merged with master | advaithm | |
2021-04-21 | Re-working top-level-profile lambda to be a parameter to list_profiles() ↵ | Anton Hvornum | |
instead. When skipping a profile, None is returned from somewhere and it causes a glitch. So trying to figure out where and what by cleaning up a bit | |||
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-12 | Merge branch 'master' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-08 | Wrong indentation on comment. | Anton Hvornum | |
2021-04-08 | Disable post-install hooks for now | Dylan Taylor | |
2021-04-08 | Add filtration on top level profile | Dylan Taylor | |
2021-04-08 | added _post_install hook. | advaithm | |
2021-04-07 | Remove TODO line - it's functional and tested to work. | Dylan M. Taylor | |
2021-04-07 | Add i3 selections to desktop file | Dylan Taylor | |
2021-04-07 | Add filtration on top level profile | Dylan Taylor | |
2021-04-07 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-06 | Merge pull request #190 from advaithm/master | Anton Hvornum | |
post install hook | |||
2021-04-06 | added _post_install hook. | advaithm | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-03-25 | New feature: Profile() now supports .packages which returns any defined ↵ | Anton Hvornum | |
packages for that specific profile, as well as archinstall.__packages__ contain any packages that Installer() is responsible for. This can be used to quickly gather any required packages and dependencies by archinstall. Not all profiles have it yet, so .packages might return None. | |||
2021-03-21 | Moved some info logs into debug instead to minimize user splash. | Anton Hvornum | |
2021-03-21 | Cleaned up after some debugging. | Anton Hvornum | |
2021-03-21 | Moved the globalization of 'installation' variable. Since Profile() might be ↵ | Anton Hvornum | |
created before the installation instance, we need to move the global variable declaration after installation has begun and there's an installation instance. | |||
2021-03-21 | Storing original namespace of profiles as they were during initation. ↵ | Anton Hvornum | |
Namespaces now get reverted back to the original state just before .install() is called. This ensures any temporary namespace changes made during prep-checks etc doesn't stick around when we try to install. | |||
2021-03-21 | Reverted reset_namespace idea. Didn't turn out as clean as I wanted it to. | Anton Hvornum | |
2021-03-21 | Enabling load_instructions() to set a temporary namespace, and then ↵ | Anton Hvornum | |
reverting it after the instructions are loaded. This is to temporarly override the namespace during import - enabling avoidance of triggering __name__ checks, and at the same time reverting back the namespace automatically to enable .execute() on the script (reusability of classes) | |||
2021-03-21 | Enabling load_instructions() to set a temporary namespace, and then ↵ | Anton Hvornum | |
reverting it after the instructions are loaded. This is to temporarly override the namespace during import - enabling avoidance of triggering __name__ checks, and at the same time reverting back the namespace automatically to enable .execute() on the script (reusability of classes) | |||
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-03-21 | Debugging tainted namespace on profile modules. | Anton Hvornum | |
2021-02-17 | Variable mistake | Anton Hvornum | |
2021-02-17 | Variable mistake | Anton Hvornum | |
2021-02-17 | Simplified profile prep-execution slightly in guided.py. The code can be ↵ | Anton Hvornum | |
improved further but it's now more easily read what's going on. | |||
2020-12-06 | Variable issue in Application() from the latest change. | Anton Hvornum | |
2020-12-06 | Making list_examples() results cached | Anton Hvornum | |
This to lock in found modules, in case paths dissapear during runtime. | |||
2020-12-06 | More debugging | Anton Hvornum | |
2020-12-06 | Debug for testing | Anton Hvornum | |
2020-12-06 | Refined debug output | Anton Hvornum | |
2020-12-06 | PATH correction for /examples/ | Anton Hvornum | |
2020-12-06 | Debugging | Anton Hvornum | |
2020-12-06 | Reduced calls to Profile.path | Anton Hvornum | |
Since it triggers multiple walks and HTTP requests. | |||
2020-12-06 | Removed debugging for walk | Anton Hvornum | |
Application profiles now seam properly integrated by setup.py, remote profiles have not yet been tested. | |||
2020-12-06 | Added application profiles to the setup.py | Anton Hvornum | |
Otherwise local lookups for application specific profiles will break/be missing. | |||
2020-12-06 | Debugging | Anton Hvornum | |
2020-12-06 | Added additional user-verification to guided.py | Anton Hvornum | |
Also spelling error in subpath | |||
2020-12-06 | Fixed issue where absolute paths to profiles got squashed | Anton Hvornum | |