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
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
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
Anton Hvornum
06ee896c6c
Changed my mind, reverting to the original sig-handler is better.
2020-10-18 21:23:01 +02:00
Anton Hvornum
db2e5d721c
Revert to a some what default sig-kill handler. (needs some adjustments just to clean up things, but I think it will do for now)
2020-10-18 21:22:05 +02:00
Anton Hvornum
ad2adec834
Reverted some changes. It was to 'complicated' to get status of the 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-18 21:19:08 +02:00
Anton Hvornum
2df4347b44
Added a slightly convoluted but non-intrusive 'are you sure?' on Ctrl+C/any input.
2020-10-18 20:49:44 +02:00
Anton Hvornum
479881a5a2
Tweaked the output a little.
2020-10-18 20:36:14 +02:00
Anton Hvornum
58201d7234
Tweaked the _guided storage. One variable was a loaded module, which is hard to convert to json in a meaningful way.
2020-10-18 20:32:26 +02:00
Anton Hvornum
1bd6a19dc4
Made Profile() json-dumpable
2020-10-18 20:27:40 +02:00
Anton Hvornum
fa4be63e48
Forgot an import, as well as made BlockDevice() have less verbose output on json.dumps.
2020-10-18 20:26:09 +02:00
Anton Hvornum
3d4eaec466
Forgot an import
2020-10-18 20:19:21 +02:00
Anton Hvornum
17a70eb9f4
Removed a stub function
2020-10-18 20:18:20 +02:00
Anton Hvornum
d5effa744f
Added a JSON serializer for certain non-json objects.
2020-10-18 20:17:45 +02:00
Anton Hvornum
23365d2d8e
Added a test version trying to solve #43 .
2020-10-18 20:00:53 +02:00
Anton Hvornum
3ba6e69e05
Update pull_request_template.md
2020-10-18 14:57:22 +02:00
Anton Hvornum
7dd38f167b
Merge pull request #53 from Torxed/guided
...
Implemented early package-name-checks for guided.py
2020-10-18 13:31:54 +02:00
Anton Hvornum
a69e1af4f1
Added error handling to guided.py when not selecting a profile to install.
2020-10-18 13:25:13 +02:00
Anton Hvornum
4b1f22bf91
Added error handling to guided.py when not selecting a profile to install.
2020-10-18 13:23:51 +02:00
Anton Hvornum
dafe304b00
Added error handling to guided.py when not selecting a profile to install.
2020-10-18 13:21:42 +02:00
Anton Hvornum
9c5d1e9891
Added error handling to guided.py when not selecting a profile to install.
2020-10-18 13:20:58 +02:00
Anton Hvornum
0e8130af9a
Wrong relative import, corrected to avoid .lib.lib.exceptions
2020-10-18 13:13:09 +02:00
Anton Hvornum
fd3bcdd7db
Merge remote-tracking branch 'origin' into guided
2020-10-18 13:08:24 +02:00
Anton Hvornum
b6c5942da6
Merge pull request #52 from Torxed/profile
...
Implemented profiles/desktop.py
2020-10-18 13:03:10 +02:00
Anton Hvornum
d95b915681
Logical issue with how I'm used to dealing with selecting list indexes.
2020-10-18 12:51:33 +02:00
Anton Hvornum
3686842587
Spelling error on file
2020-10-18 12:45:10 +02:00
Anton Hvornum
c6eb0386db
Spelling error on a variable
2020-10-18 12:31:39 +02:00
Anton Hvornum
a73f0b0135
Added a session-storag. This is in an attempt to build away some magic functionality that might otherwise be hard to understand/maintain over a long period of time. Using this in profiles/desktop.py as a test.
2020-10-18 12:28:12 +02:00
Anton Hvornum
ec49a42f2b
Wrong variable name (from a copy paste issue)
2020-10-18 12:04:27 +02:00
Anton Hvornum
973abec854
Merge remote-tracking branch 'origin' into profile
2020-10-18 11:58:53 +02:00
Anton Hvornum
90eff26657
Reverted TTS implementation from 35913c4. Since blind people use screen readers for this functionality. Will have a look at http://www.linux-sppeakup.org/ .
2020-10-18 11:58:29 +02:00
Anton Hvornum
a60a3ca812
Added profile `desktop.py` which helps users select a desktop environment. Also added `archinstall.generic_select` to help with selecting generic things from a list of options.
2020-10-18 10:46:28 +02:00
Anton Hvornum
ea84565f86
Implementing error handling for #50 . So that the errors do not come at the very end, but in the beginning right after the user inputted something (quicker feedback to the user).
2020-10-18 10:03:26 +02:00
Anton Hvornum
1a10fe3f51
Implementing error handling for #50 . So that the errors do not come at the very end, but in the beginning right after the user inputted something (quicker feedback to the user).
2020-10-18 09:58:33 +02:00