aboutsummaryrefslogtreecommitdiffstats
path: root/macros/garret.depctrl_config.lua
Commit message (Collapse)AuthorAgeFilesLines
* depctrl global config: use depctrl's config handlergarret2022-12-211-32/+18
| | | | | | | | | | | | | | | | | | better than finding a file that's probably the config, parsing the json, and writing it back in, for obvious reasons turns out no i wasnt thinning out the soup too much twas just right Reason for adding values one by one in key-pair loop instead of just config = new_config: > [01:31] arch1t3cht: oh, I think you can't assign entire tables to DependencyControl.config.c > [01:31] arch1t3cht: like, you can't do DependencyControl.config.c = <my new config>, > you should do DependencyControl.config.myfield = <my new value> and whatnot > [01:32] arch1t3cht: because behind the scenes it uses metatable magic to track what field changes > so it can merge its own changes with ones that other scripts made in the meantime Co-Authored-By: arch1t3cht <arch1t3cht@gmail.com>
* depctrl global config: add extra feeds supportgarret2022-11-241-2/+39
|
* depctrl global config: only pass config to functions instead of whole filegarret2022-11-241-3/+2
|
* depctrl global config: clean up, split into more functionsgarret2022-11-241-17/+31
|
* depctrl global config: don't be stupidgarret2022-11-231-7/+9
| | | | | | no longer rewrites the entire config below the existing one(!) added forgotten local variables, removed unnecessary ones fixed a typo
* depctrl global config: add reset buttongarret2022-11-231-2/+4
|
* depctrl global config: remove debug library importgarret2022-07-121-3/+1
| | | | oops
* add depctrl global config macrogarret2022-07-111-0/+173