Commit Graph

438 Commits

Author SHA1 Message Date
Anton Hvornum 434daeae68
Merge pull request #30 from Torxed/cleanup
Cleanup & Features
2019-11-27 20:39:45 +00:00
Anton Hvornum bc154eacbe Fixes for transition 2019-11-27 21:22:16 +00:00
Anton Hvornum db24153dd7 Fixes for transition 2019-11-27 21:02:53 +00:00
Anton Hvornum d7e5da5467 Fixes for transition 2019-11-27 20:38:03 +00:00
Anton Hvornum f5c3bda603 New feature: phone-home (post status POST request, optional.. Useful for debugging / verifying installs) 2019-11-27 19:32:49 +00:00
Anton Hvornum 20fdb8afee Fixes for transition 2019-11-27 19:09:13 +00:00
Anton Hvornum 2f30f907f4 Fixes for transition 2019-11-27 19:07:18 +00:00
Anton Hvornum 97f8f642f7 Fixes for transition 2019-11-27 19:06:12 +00:00
jaybent 96c63c9bc0
Rename gittea to gitea 2019-11-27 15:28:48 +01:00
jaybent 8ea7e831cb
Create gittea 2019-11-27 15:26:32 +01:00
Anton Hvornum bbb62bc879 Fixed which statement. It's a builtin and not a /usr/bin command 2019-11-23 21:38:53 +00:00
Anton Hvornum 5e99895803 Fixed which statement. It's a builtin and not a /usr/bin command 2019-11-23 21:38:30 +00:00
Anton Hvornum 5c306c3bcc Fixed which statement. It's a builtin and not a /usr/bin command 2019-11-23 21:36:07 +00:00
Anton Hvornum 53a57300cc Fixed which statement. It's a builtin and not a /usr/bin command 2019-11-23 21:31:29 +00:00
jaybent d1f1c9294f
Rename vmhost.json to deployments/vmhost.json 2019-11-22 15:15:56 +01:00
jaybent 273c7d3402
Create vmhost.json
basic template for a barebone vmhost with i3
2019-11-22 14:55:53 +01:00
Anton Hvornum b3e9505fab Cleaned up function calls a bit 2019-11-19 01:14:08 +00:00
Anton Hvornum 6b570b62c2 Removed some debugging 2019-11-19 01:06:23 +00:00
Anton Hvornum 86847d6dc1 Added extra error handling in case filesystem wasn't mounted porperly 2019-11-19 01:05:04 +00:00
Anton Hvornum 8a5266d087 debugging 2019-11-19 00:54:42 +00:00
Anton Hvornum 4a1a98b2ed debugging 2019-11-19 00:52:10 +00:00
Anton Hvornum 2fbf1beeef debugging 2019-11-19 00:47:45 +00:00
Anton Hvornum 1c7077029b debugging 2019-11-19 00:46:27 +00:00
Anton Hvornum 161f35d9bd debugging 2019-11-19 00:41:49 +00:00
Anton Hvornum 7bdb2cfb92 More error handling 2019-11-19 00:35:27 +00:00
Anton Hvornum 673e607d4b debugging 2019-11-19 00:30:01 +00:00
Anton Hvornum 76731be748 debugging 2019-11-19 00:26:34 +00:00
Anton Hvornum fcdafd22e1 debug 2019-11-19 00:26:00 +00:00
Anton Hvornum a543c2033c Enhanced spawn logic a bit 2019-11-19 00:17:31 +00:00
Anton Hvornum 42676d5787 debugging 2019-11-19 00:11:43 +00:00
Anton Hvornum 22698ad65c debugging 2019-11-19 00:09:25 +00:00
Anton Hvornum e7e7390c7e Debug 2019-11-19 00:07:33 +00:00
Anton Hvornum d80d74b820 Debugging 2019-11-18 23:44:50 +00:00
Anton Hvornum 4f394d40ce mismatch between archinstall and archinstall_gui in the worker class 2019-11-18 23:42:04 +00:00
Anton Hvornum 03ceef69f1 Debugging 2019-11-18 23:35:09 +00:00
Anton Hvornum cf865c98b5 Finished moving almost all steps into functions. 2019-11-18 23:12:36 +00:00
Anton Hvornum fda94e5b95 Forgot return value 2019-11-18 22:14:54 +00:00
Anton Hvornum ceb73c5523 Correction on args fetching 2019-11-18 22:09:24 +00:00
Anton Hvornum 755efe5706 Positions and kwargs not added to functions 2019-11-18 22:05:17 +00:00
Anton Hvornum 29b091e037 String convertion on part numbers, maybe a stupid idea? 2019-11-18 22:03:49 +00:00
Anton Hvornum 1129dae13d Debugging 2019-11-18 22:02:45 +00:00
Anton Hvornum 3657cc5c6e Debugging 2019-11-18 21:50:56 +00:00
Anton Hvornum 3c2a88bd7a Refresh partitions function enhanced. Previously it just returned a unsorted mess, now the args['partitions'] structure is finalized in that function 2019-11-18 21:47:49 +00:00
Anton Hvornum 0afa90f815 Refresh partitions function enhanced. Previously it just returned a unsorted mess, now the args['partitions'] structure is finalized in that function 2019-11-18 21:46:07 +00:00
Anton Hvornum 4cd31af1b0 Debugging 2019-11-18 21:37:34 +00:00
Anton Hvornum 9e322c0205 Fetching partitions from the partition tree in the dictionary. 2019-11-18 21:36:12 +00:00
Anton Hvornum 3bcfd23b30 Positions, not args 2019-11-18 21:19:33 +00:00
Anton Hvornum f2e3d8ecf2 Converted to a new mode. Each parameter to the functions, are given as strings and later mapped to the args[] structure. This so that you can supply keys in advanced without them being there. In order to chain functions together where functions some where along the chain supplies one of those values 2019-11-18 21:17:16 +00:00
Anton Hvornum 5a4e1ec092 Cleaned up the entire format process into functions. 2019-11-18 20:46:46 +00:00
Anton Hvornum 737c2b648d Cleaned up the entire format process into functions. 2019-11-18 20:46:20 +00:00