Commit Graph

209 Commits

Author SHA1 Message Date
Anton Hvornum f5f1f210fe Added more *q, **k to functions 2019-11-18 20:14:56 +00:00
Anton Hvornum 8c03f60765 Stupid of me to call the sys.argv for args. Now I have to rename all *args expansions to *positionals or something 2019-11-18 20:13:20 +00:00
Anton Hvornum 1ae1c764ba Added args/kwargs to function 2019-11-18 20:10:38 +00:00
Anton Hvornum c2a2e1e5d0 Added success return on format of disks 2019-11-18 20:09:57 +00:00
Anton Hvornum da36b4f4e1 Started adding failure responses on commands for error checks. 2019-11-18 20:09:18 +00:00
Anton Hvornum 30752a49c6 Added refreshing of partitions into a function 2019-11-18 20:04:36 +00:00
Anton Hvornum eb318c24db Parameter missmatch on name 2019-11-18 17:18:50 +01:00
Anton Hvornum 997baca5fc Added args, kwargs to a function 2019-11-18 17:17:58 +01:00
Anton Hvornum 27059f4f80 Added debug 2019-11-18 17:15:15 +01:00
Anton Hvornum ac8393645c Don't show drives unless we have some 2019-11-18 17:11:45 +01:00
Anton Hvornum f679b49070 Cache password is now a function. This is so others can call it 2019-11-18 17:08:26 +01:00
Anton Hvornum 7f59f0fdd6 Test 2019-11-18 17:02:53 +01:00
Anton Hvornum ece0b764bc Corrected commandlog history emulated or not 2019-11-18 16:51:17 +01:00
Anton Hvornum 11d1e0f89c More visible output 2019-11-18 16:50:05 +01:00
Anton Hvornum c7bcba7a6a More verbose output for unformatted drives. 2019-11-18 16:48:37 +01:00
Anton Hvornum 252dfb295b Fix for unpartitioned drives. 2019-11-18 16:42:02 +01:00
Anton Hvornum 9cd0a4b73f Fixed some stuff 2019-11-17 23:06:09 +00:00
Anton Hvornum 5f256b9e4a Added tests. Also improved emulated commands. 2019-11-17 13:56:18 +00:00
Anton Hvornum 5833905e1b Cleaning up some more 2019-11-17 13:30:29 +00:00
Anton Hvornum 7e80c916e8 Improved sys_command(). Also added a commandhistory-log and emulation mode 2019-11-17 13:15:40 +00:00
Anton Hvornum 42f6550879 Added new ways to get the disk size, since os.statvfs() won't work on unmounted drives. Also moving more stuff into functions. 2019-11-17 12:30:10 +00:00
Anton Hvornum 47fdf30fe1 Starting to move individual steps into functions instead, so that they can be called externally as a library instead. Useful for graphical frontends and what not 2019-11-15 23:57:57 +00:00
Anton Hvornum da008c6284 Adding runas in options to POST commands. To be able to run AUR commands as a certain user since yay refuses to build as root 2019-11-13 23:36:22 +00:00
Anton Hvornum 9774daa2b6 Improving tracelog output on error 2019-11-13 23:26:49 +00:00
Anton Hvornum dad1e444c0 Added debug output for the AUR step 2019-11-13 23:16:16 +00:00
Anton Hvornum 06873cbbea Fixing sed command 2019-11-13 23:08:07 +00:00
Anton Hvornum a10965c13c Forgot ending " 2019-11-13 23:02:01 +00:00
Anton Hvornum 51523a4e6a Improved aibuilder for building yay 2019-11-13 22:57:28 +00:00
Anton Hvornum 211fdee511 Fixed branch checking 2019-11-13 22:51:16 +00:00
Anton Hvornum 010e931aeb Added debug 2019-11-13 22:48:33 +00:00
Anton Hvornum 9627e2079b Improiving on git branch switching 2019-11-13 22:46:41 +00:00
Anton Hvornum d08f9835a2 Fix for branch switching (?). Also fixed the su aibuilder command-oneliner 2019-11-13 22:43:28 +00:00
Anton Hvornum 7e1f2dc8ff Adding git as base package if we're supporting AUR. Since we need this (until we move over to HTTPS) 2019-11-13 22:36:29 +00:00
Anton Hvornum a16f7442a9 Deleting git-branch after use since it breaks the syntax later. 2019-11-13 22:21:41 +00:00
Anton Hvornum 1d06491e42 Moved the decoding logic for network data. - To the actual place where the network was executed. 2019-11-13 22:00:32 +00:00
Anton Hvornum 0ff066c813 Added /deployments/ twice. Silly me. 2019-11-13 21:59:20 +00:00
Anton Hvornum 3c10bbfe27 Forgot that isfile wasn't imported the way I normally do it. 2019-11-13 21:56:14 +00:00
Anton Hvornum 89a1a89a06 Syntax error on conditional assignment 2019-11-13 21:55:24 +00:00
Anton Hvornum f61ffee65a Syntax error on conditional assignment 2019-11-13 21:54:41 +00:00
Anton Hvornum f9f6d890ae Added fix for #23. Not tested 2019-11-13 21:52:33 +00:00
Anton Hvornum 679e1bf585 Adding fix for issue #15. Not tested. 2019-11-13 21:33:54 +00:00
Anton Hvornum 43242d93e1 Fixes and close issue #19 2019-11-13 21:22:21 +00:00
Anton Hvornum ae66a45116
Added a workaround for systemd boot-install.
See discussion here: https://github.com/systemd/systemd/issues/13603
2019-11-13 11:51:51 +01:00
Anton Hvornum bd38369e9b
Added linux linux-firmware.
As per https://www.archlinux.org/news/base-group-replaced-by-mandatory-base-package-manual-intervention-required/
2019-11-03 23:02:51 +01:00
Anton Hvornum e848dfdd33 Fixed a issue where the cursor some times would move to far into the trace log of a subcommand. Causnig triggers not to occur. A ghost issue in terms of logic 2019-10-28 18:06:04 +01:00
Anton Hvornum 143cecd03f Use which instead of whereis 2019-10-28 17:56:22 +01:00
Anton Hvornum 10c8915d10 Following a change on how base is installed, now /etc/localtime doesn't exist anymore? 2019-09-24 16:19:53 +02:00
Anton Hvornum 865d79a2aa Enhanced the multi-drive prompt a little bit 2019-09-24 16:04:04 +02:00
Anton Hvornum b66720b001 Tested #14, appears to be working now 2019-09-24 15:57:39 +02:00
Anton Hvornum 14a91f5f7c More fixes for #14 and also #9 has been resolved. 2019-09-24 15:32:44 +02:00