index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Fix misspellings | Rafael Fontenelle | |
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 | |
2020-12-06 | Reverted last commit and added debugging in guided instead | Anton Hvornum | |
2020-12-06 | Added debugging to find application issue | Anton Hvornum | |
2020-12-06 | Modified Application() and list_profiles() | Anton Hvornum | |
list_profiles() support a subpath parameter, which just gets appended after any given path found in PROFILE_PATH as well as UPSTREAM_URL to support filtering on application level. | |||
2020-12-06 | Returning Profile() to correctly handle with statement | Anton Hvornum | |
2020-12-06 | Update profiles.py | Anton Hvornum | |
2020-12-06 | Added spec as an instance variable to Script() | Anton Hvornum | |
2020-12-06 | Moving self.installer to Script() instead of Profile() | Anton Hvornum | |
2020-12-06 | Wrong variable passed to spec_from_file_location() | Anton Hvornum | |
2020-12-06 | Debugging | Anton Hvornum | |
2020-12-06 | Simplifying the Profile() and Imported() logic. | Anton Hvornum | |
Combining two/three separate logics into one, to make it easier to maintain profile loading. | |||
2020-11-29 | Profile filename confusion between list_profiles() and @path declaration. | Anton Hvornum | |
2020-11-29 | Profile filename confusion between list_profiles() and @path declaration. | Anton Hvornum | |