gc-util-functions: refactor into two files
commitc9b5cff75e6810b6de4cba9ed728b4b8789c91f6
authorKyle J. McKay <mackyle@gmail.com>
Sun, 13 Sep 2020 05:37:38 +0000 (12 22:37 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 13 Sep 2020 05:37:38 +0000 (12 22:37 -0700)
tree1b94613da2b9bc2620a33d7231480f976b4c3e7a
parent443a3f827f53e137ef3b2304e9173170b81ef3f0
gc-util-functions: refactor into two files

Move utility functions used by gc that need to be used (in the
near future) by update into a new updategc-util-functions.sh
file and then source that from gc-util-functions.sh.

This makes these functions available to update as well as
gc without the overhead of pulling in all the unnecessary
gc-specific stuff too.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc-util-functions.sh
jobd/updategc-util-functions.sh [new file with mode: 0755]