Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
general.py
Age
Commit message (
Expand
)
Author
2021-11-05
Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...
Anton Hvornum
2021-11-01
Fixed general.py flake8 issues.
Anton Hvornum
2021-09-06
Merged in master.
Anton Hvornum
2021-07-16
Replace for loops with comprehensions
monosans
2021-06-10
Added wipe support to layout definitions. Also changed default start position...
Anton Hvornum
2021-06-10
Merging in latest changes from master.
Anton Hvornum
2021-06-10
Merge pull request #537 from archlinux/torxed-fix-517
Anton Hvornum
2021-06-10
Merge pull request #538 from archlinux/torxed-fix-536
Anton Hvornum
2021-06-06
Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for t...
Anton Hvornum
2021-06-02
Wrong variable name
Anton Hvornum
2021-06-02
Adding more granular debugging
Anton Hvornum
2021-06-02
Attempt to fix issue regarding broken output
Anton Hvornum
2021-06-01
Windows fix + Sorting based on list
Anton Hvornum
2021-05-22
Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use con...
Anton Hvornum
2021-05-20
Use {installation.target} in custom commands handler
Dylan Taylor
2021-05-20
Extract custom-commands function into general.py
Dylan Taylor
2021-05-19
very minor whitespace fixes
Dylan Taylor
2021-05-19
Added support for getting configuration from a config file (#364)
Yash Tripathi
2021-05-19
Reworking SysCommand & Moving to localectl for locale related activities
Anton Hvornum
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
Fix mutable default arguments
Dylan Taylor
2021-05-15
More formatting fixes to satisfy PEP 8
Dylan Taylor
2021-05-15
f-string fixes
Dylan Taylor
2021-05-15
Whitespace changes
Dylan Taylor
2021-05-15
Resolve a few more PEP issues in general.py
Dylan Taylor
2021-05-15
general.py formatting
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-05-12
some type hint fixes and a bad catch fix
advaithm
2021-04-27
Moving away from custom log levels, to something that's well defined. (#360)
Anton Hvornum
2021-04-17
Merging in master to feature branch.
Anton Hvornum
2021-04-13
Modifying to enable piping in custom environment variables. This is required...
Anton Hvornum
2021-04-13
Closing forked process PID in order to close any ramining open file handles.
Anton Hvornum
2021-04-04
Removed debugging, added an additional 'move back to beginning' and print the...
Anton Hvornum
2021-04-04
Added some debugging
Anton Hvornum
2021-04-04
Added stripping of peak output to avoid new lines forming.
Anton Hvornum
2021-04-04
Added error handling to sys_command's peak function.
Anton Hvornum
2021-04-04
Moved import due to circular imports.
Anton Hvornum
2021-04-04
Added functionality towards #155. It's not a progress bar per sae, but it wil...
Anton Hvornum
2021-04-02
Support passing commands as lists
kpcyrd
2021-03-23
Also setting cwd (bad choice of name) to the workdir if one was specified. Wh...
Anton Hvornum
2021-03-23
Enabling archinstall.sys_command() to get a working directory when executing....
Anton Hvornum
2021-03-14
Tweaked SysCallError() exception to include the exit code in a machine readab...
Anton Hvornum
2021-03-08
Fixed the JSON_Encoder. The issue was that dictionaries are mutable, and dump...
Anton Hvornum
2021-02-17
Testing auto-filter in the JSON encoder based on ! points markering sensitive...
Anton Hvornum
2021-01-25
Added some more fields to the configuration output, as well as added a better...
Anton Hvornum
2020-12-07
Fixing a strip glitch in `sys_command()` causing certain output to get trunca...
Anton Hvornum
2020-11-04
Fixed level issues on log output. Also tweaked it so that all log rows come t...
Anton Hvornum
2020-11-04
Added multiple log features.
Anton Hvornum
2020-10-19
Fix some PEP-8 errors.
Varun Madiath
2020-10-19
Fix typo in function parameter
Varun Madiath
[next]