Anton Hvornum
|
f31d5e34cd
|
Trying to centralize the configuration for logging. Phasing out some parameters which also affects the current ability to create multiple log files for multiple runs. This will be re-introduced when logging is made into a class object in a later version
|
2021-01-24 22:42:07 +01:00 |
Anton Hvornum
|
101f3bdde9
|
Removed /examples/ from list_profiles() by default
Adding it back in in "module mode" so that it can find guided.py correctly. This voids showing it in the user-question section.
|
2020-12-06 16:30:29 +01:00 |
Anton Hvornum
|
607de557f9
|
Removed find_examples() and moved example finding paths into archinstall.storage. Otherwise they won't share the variable instance across imports (mutables vs non-mutables i guess). In an attempt to fix #62
|
2020-11-29 20:17:21 +00:00 |
Anton Hvornum
|
77e3782374
|
Forgot a few imports
|
2020-11-29 19:52:14 +00:00 |
Anton Hvornum
|
9db54786f0
|
Removed unreliable find_examples() and will use list_profiles() instead, as it covers a wider range of profiles and search area.
|
2020-11-29 19:49:55 +00:00 |
Anton Hvornum
|
4f2a6372f6
|
Trying to combat #62. By implementing a UPSTREAM_URL variable globally, which can be controlled, as well as a PROFILE_PATH which controls where it should look for profiles. the list_profiles() should be more robust.
|
2020-11-29 18:39:57 +00: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 |