Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-04Forgot an import of storage.Anton Hvornum
2020-11-04installer.log() should not be a property.Anton Hvornum
2020-11-04Forgot an import of storage.Anton Hvornum
2020-11-04Forgot to remove self. reference when copying some code.Anton Hvornum
2020-11-04Spelling error on systemd-bootctl.Anton Hvornum
2020-11-04Merge branch 'master' of github.com:Torxed/archinstall into 56-log-dataAnton Hvornum
2020-11-04Added multiple log features.Anton Hvornum
* [Reintroduced](https://github.com/Torxed/archinstall/blob/f64a605449f59c677dff39962f1cb46616d893b7/archinstall.py#L57-L71) log levels * Created a global log file definition * Optional support for `python-systemd`'s journald handler. * Optional file output that has a globally configurable definition, that archinstall will honor in `archinstall.storage['logfile']`.
2020-11-02Merge pull request #58 from demostanis/masterAnton Hvornum
Shell script calling python & support for specifying remote profiles and full paths
2020-11-02Merge branch 'master' into masterAnton Hvornum
2020-11-02md5 -> sha256demostanis
2020-11-02Replaced spaces with tabsdemostanis
2020-11-01Fix for issue #59Anton Hvornum
Relative paths work great for running as a script. But break when running as a module since there is no `src/` folder to mention. This should clear that up as the `src/` now lives under wherever the python package was installed.
2020-10-23Ran autopep8demostanis
2020-10-23Remove useless logdemostanis
2020-10-23Add support for remote profilesdemostanis
2020-10-23Add vim linedemostanis
2020-10-23Added one single sh file to run archinstalldemostanis
2020-10-23Added sums to PKGBUILDdemostanis
2020-10-20Preparing log-data and debug output.Anton Hvornum
2020-10-20A new contributor, @vamegaAnton Hvornum
2020-10-20Merge pull request #57 from vamega/fixupAnton Hvornum
Fix minor issues like typos and code style violations.
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-10-19Fix typo in function parameterVarun Madiath
`suppress_errors` was previously spelt `surpress_errors`
2020-10-19Fix typos.Varun Madiath
2020-10-18Merge pull request #55 from Torxed/43-overviewAnton Hvornum
Added a configuration overview before formatting
2020-10-18Changed my mind, reverting to the original sig-handler is better.Anton Hvornum
2020-10-18Revert to a some what default sig-kill handler. (needs some adjustments just ↵Anton Hvornum
to clean up things, but I think it will do for now)
2020-10-18Reverted some changes. It was to 'complicated' to get status of the ↵Anton Hvornum
sys.stdin buffer while it did not contain a new-line character. So reverted that code. Here is an interesting read, but a bit to much code for a simple guided template: https://stackoverflow.com/a/41459565/929999
2020-10-18Added a slightly convoluted but non-intrusive 'are you sure?' on Ctrl+C/any ↵Anton Hvornum
input.
2020-10-18Tweaked the output a little.Anton Hvornum
2020-10-18Tweaked the _guided storage. One variable was a loaded module, which is hard ↵Anton Hvornum
to convert to json in a meaningful way.
2020-10-18Made Profile() json-dumpableAnton Hvornum
2020-10-18Forgot an import, as well as made BlockDevice() have less verbose output on ↵Anton Hvornum
json.dumps.
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-18Added a test version trying to solve #43.Anton Hvornum
2020-10-18Update pull_request_template.mdAnton Hvornum
2020-10-18Merge pull request #53 from Torxed/guidedAnton Hvornum
Implemented early package-name-checks for guided.py
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Wrong relative import, corrected to avoid .lib.lib.exceptionsAnton Hvornum
2020-10-18Merge remote-tracking branch 'origin' into guidedAnton Hvornum
2020-10-18Merge pull request #52 from Torxed/profileAnton Hvornum
Implemented profiles/desktop.py
2020-10-18Logical issue with how I'm used to dealing with selecting list indexes.Anton Hvornum
2020-10-18Spelling error on fileAnton Hvornum
2020-10-18Spelling error on a variableAnton Hvornum
2020-10-18Added a session-storag. This is in an attempt to build away some magic ↵Anton Hvornum
functionality that might otherwise be hard to understand/maintain over a long period of time. Using this in profiles/desktop.py as a test.