Commit Graph

826 Commits

Author SHA1 Message Date
Anton Hvornum 5ad6ea26c8 Tweaked #58 slightly. Execution is done with an attempt to retain file line numbers when executing. It also consolidates behavior of files and remote documents in a 'similar' manner. 2020-11-08 22:57:53 +00:00
Lord Anton Hvornum ed579a07ed Fixing issues with lists being passed instead of strings 2020-11-08 19:36:29 +01:00
Lord Anton Hvornum 9807bd58c4 Version bump 2020-11-08 15:29:20 +01:00
Lord Anton Hvornum 67cdc89002 Added additional debug on error in selected profiles 2020-11-08 15:28:49 +01:00
Lord Anton Hvornum 15e68ef49d Version bump 2020-11-08 14:49:52 +01:00
Lord Anton Hvornum 4046c5349a Fixed variable issues and version bump 2020-11-08 14:48:40 +01:00
Anton Hvornum 3598e0bfa2 Variable type-o issue. 2020-11-08 14:27:53 +01:00
Lord Anton Hvornum 667e06c63e Fixed an issue where python's setuptools didn't like running bdist_wheel. Causing issues upstream on pypi because examples/ and VERSION would be missing for instance. 2020-11-08 14:11:24 +01:00
Lord Anton Hvornum f5230fcb30 Attempting to fix pypi build issues. 2020-11-08 13:22:59 +01:00
Lord Anton Hvornum 6b4a242d61 Updated sha256 hashes. 2020-11-08 11:03:16 +01:00
Anton Hvornum 16c98e8102
Introducing log data and support files
Logs are stored under `~/.cache/archinstall` and documentation has been updated.
2020-11-08 10:57:20 +01:00
Anton Hvornum ee9af976ca Updated documentation
Related to the new log features.
2020-11-08 10:56:29 +01:00
Lord Anton Hvornum 269a5fb2b9 Updated sha256 hashes. 2020-11-07 10:33:50 +01:00
Anton Hvornum e64cd07a41
Update PKGBUILD 2020-11-06 22:20:29 +01:00
Anton Hvornum 01b0e292f8
Update PKGBUILD 2020-11-06 22:20:17 +01:00
Anton Hvornum 0a1435f03f
Update PKGBUILD 2020-11-06 22:20:07 +01:00
Anton Hvornum 8504c48ebb
Update VERSION 2020-11-06 22:19:13 +01:00
Anton Hvornum 08c586632a Forgot an import of storage. 2020-11-06 00:34:08 +00:00
Anton Hvornum 216917b9c3 Fallback automatically to a log file if we can detect one, even tho file was never given in the log() call. This might cause some log posts to slip in to the logs, but use suppress=True to force-ignore those in such a case. 2020-11-05 00:36:19 +00:00
Anton Hvornum c22e986874 Added the overall guided config into the installer log. This applies to the guided template only. 2020-11-05 00:05:03 +00:00
Anton Hvornum efd6e2add2 Tweaked some log messages in archinstall.Installer() 2020-11-04 23:58:55 +00:00
Anton Hvornum 16d9bd5934 Logic issue minor fix. 2020-11-04 23:55:26 +00:00
Anton Hvornum f594e6638a Fixed level issues on log output. Also tweaked it so that all log rows come to the log file, but not nessecarily the interactive screen (tty/journald). Also tweaked certain log messages to be printed vs not printed. 2020-11-04 23:53:39 +00:00
Anton Hvornum ab69cb7525 Cleaned up some logic. How the LOG_LEVEL is fetched from the storage. 2020-11-04 23:45:45 +00:00
Anton Hvornum d85c485b3a Updated contributors with the latest contributors. 2020-11-04 23:42:51 +00:00
Anton Hvornum 0d7789f195 Forgot an import of storage. 2020-11-04 23:40:41 +00:00
Anton Hvornum fb10e94c0a installer.log() should not be a property. 2020-11-04 23:39:55 +00:00
Anton Hvornum baf2ef1128 Forgot an import of storage. 2020-11-04 23:37:53 +00:00
Anton Hvornum f794cad7bb Forgot to remove self. reference when copying some code. 2020-11-04 23:36:54 +00:00
Anton Hvornum fd3c29f486 Spelling error on systemd-bootctl. 2020-11-04 22:59:12 +00:00
Anton Hvornum d899a1473f Merge branch 'master' of github.com:Torxed/archinstall into 56-log-data 2020-11-04 22:57:48 +00:00
Anton Hvornum b98850819b Added multiple log features.
* [Reintroduced](f64a605449/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-04 22:41:50 +01:00
Anton Hvornum 887d5ded07
Merge pull request #58 from demostanis/master
Shell script calling python & support for specifying remote profiles and full paths
2020-11-02 20:28:19 +01:00
Anton Hvornum 77f69f844b
Merge branch 'master' into master 2020-11-02 20:19:35 +01:00
demostanis d14f1156a0 md5 -> sha256 2020-11-02 18:52:10 +01:00
demostanis 8f7cc1280e Replaced spaces with tabs 2020-11-02 18:30:43 +01:00
Anton Hvornum 57eef46f95
Fix for issue #59
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-11-01 23:01:41 +00:00
demostanis 5d2b11e60f Ran autopep8 2020-10-23 15:53:31 +02:00
demostanis d018ae98a1 Remove useless log 2020-10-23 15:49:03 +02:00
demostanis 434cf71221 Add support for remote profiles 2020-10-23 15:44:02 +02:00
demostanis 7f72c0fd93 Add vim line 2020-10-23 12:02:06 +02:00
demostanis 4ef2a60e6a Added one single sh file to run archinstall 2020-10-23 11:55:36 +02:00
demostanis 0c235c929c Added sums to PKGBUILD 2020-10-23 11:50:25 +02:00
Anton Hvornum e06ca749a4 Preparing log-data and debug output. 2020-10-20 21:40:17 +00:00
Anton Hvornum 66e495e994
A new contributor, @vamega 2020-10-20 18:40:28 +00:00
Anton Hvornum 2fc51d540a
Merge pull request #57 from vamega/fixup
Fix minor issues like typos and code style violations.
2020-10-20 20:39:46 +02:00
Varun Madiath 5ded22a5d0 Fix some PEP-8 errors. 2020-10-19 23:07:35 -04:00
Varun Madiath e4f363ce7d Fix typo in function parameter
`suppress_errors` was previously spelt `surpress_errors`
2020-10-19 23:04:14 -04:00
Varun Madiath da59378cc4 Fix typos. 2020-10-19 23:04:14 -04:00
Anton Hvornum f32f1e238a
Merge pull request #55 from Torxed/43-overview
Added a configuration overview before formatting
2020-10-18 21:24:46 +02:00