Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
AgeCommit message (Expand)Author
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Fix mutable default argumentsDylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15f-string fixesDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Resolve a few more PEP issues in general.pyDylan Taylor
2021-05-15general.py formattingDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-05-12some type hint fixes and a bad catch fixadvaithm
2021-04-27Moving away from custom log levels, to something that's well defined. (#360)Anton Hvornum
2021-04-17Merging in master to feature branch.Anton Hvornum
2021-04-13Modifying to enable piping in custom environment variables. This is required...Anton Hvornum
2021-04-13Closing forked process PID in order to close any ramining open file handles.Anton Hvornum
2021-04-04Removed debugging, added an additional 'move back to beginning' and print the...Anton Hvornum
2021-04-04Added some debuggingAnton Hvornum
2021-04-04Added stripping of peak output to avoid new lines forming.Anton Hvornum
2021-04-04Added error handling to sys_command's peak function.Anton Hvornum
2021-04-04Moved import due to circular imports.Anton Hvornum
2021-04-04Added functionality towards #155. It's not a progress bar per sae, but it wil...Anton Hvornum
2021-04-02Support passing commands as listskpcyrd
2021-03-23Also setting cwd (bad choice of name) to the workdir if one was specified. Wh...Anton Hvornum
2021-03-23Enabling archinstall.sys_command() to get a working directory when executing....Anton Hvornum
2021-03-14Tweaked SysCallError() exception to include the exit code in a machine readab...Anton Hvornum
2021-03-08Fixed the JSON_Encoder. The issue was that dictionaries are mutable, and dump...Anton Hvornum
2021-02-17Testing auto-filter in the JSON encoder based on ! points markering sensitive...Anton Hvornum
2021-01-25Added some more fields to the configuration output, as well as added a better...Anton Hvornum
2020-12-07Fixing a strip glitch in `sys_command()` causing certain output to get trunca...Anton Hvornum
2020-11-04Fixed level issues on log output. Also tweaked it so that all log rows come t...Anton Hvornum
2020-11-04Added multiple log features.Anton Hvornum
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-10-19Fix typo in function parameterVarun Madiath
2020-10-19Fix typos.Varun Madiath
2020-10-18Forgot an importAnton Hvornum
2020-10-18Removed a stub functionAnton Hvornum
2020-10-18Added a JSON serializer for certain non-json objects.Anton Hvornum
2020-10-11Added text-to-speach, untested but the base is now added. It routes through ...Anton Hvornum
2020-08-20Added missing function reboot(). Also tweaked the build scripts so that they ...Anton Hvornum
2020-07-08Forgot to split the path, assumed it was a listAnton Hvornum
2020-07-08rc6: Fixed an issue where 'which' doesn't return the binary absolute path. Th...Anton Hvornum
2020-07-08Changed the cache directory to be under ~/.cache instead. Having it in a arch...Anton Hvornum
2020-07-07Added pythons -m module support. __main__.py is the main module entry path, a...Anton Hvornum
2020-07-07Added a raise on sys_command exit code being bad. Also updated readme to show...Anton Hvornum
2020-07-07Added colored output. Also tested non-encrypted installations and added ext4 ...Anton Hvornum
2020-07-06Reworked final preparations for working with profiles and installing them.Anton Hvornum
2020-07-06Converted the lib to a pip supported structure to make packaging easier. Also...Anton Hvornum