1 https://git.libre-soc.org/?p=utils.git;a=summary
4 git clone 'https://git.libre-soc.org/git/utils.git'
8 python3 setup.py develop
10 or as user, just remember to add ~/.local/bin to $PATH)
12 python3 setup.py develop --user
16 nohup budget-sync -c budget-sync-config.toml -o mdwn
18 to create JSON output with comment #0 for each MoU task:
20 nohup budget-sync -c budget-sync-config.toml -o mdwn --comments
22 then examine the nohup.out and also the individual markdown files,
23 or compile to html first (after apt-get install python-markdown):
25 markdown_py -f lkcl.html lkcl.mdwn
27 to perform multiple *DIRECT* database updates automatically, use the
30 python3 ./src/budget_sync/update.py -c budget-sync-config.toml \
31 --user {name_in_TOML_field} \
32 --username {BUGZILLA_EMAIL} \
33 --password '{BUGZILLA_PASSWORD}' \
35 --submitted=YYYY-MM-DD or --paid=YYYY-MM-DD
37 **PLEASE EXERCISE EXTREME CAUTION WHEN USING THIS COMMAND**