diff options
Diffstat (limited to 'sbo-batch-test')
| -rwxr-xr-x | sbo-batch-test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sbo-batch-test b/sbo-batch-test index 159827f..5f9695d 100755 --- a/sbo-batch-test +++ b/sbo-batch-test @@ -46,6 +46,16 @@ PKG_CACHE="" VERSION="15.0" +# rsync source for the SBo tree (same source sbopkg uses). --setup-repo rsyncs +# it fresh; --update rsyncs with --delete (personal subtrees excluded) to +# unshadow. Empty defaults; real value in the external config. +SBO_RSYNC_URL="" + +# Personal SBo subtrees: dir name (under SBO_TREE_ROOTS[0]) -> git clone URL. +# declare -A here so the external config's assignment lands as a global assoc +# array. --setup-repo clones each; --update git-pulls each; both then shadow. +declare -A SBO_PERSONAL_TREES=() + # Source the external config if present. Not an error here if missing (keeps the # script sourceable by test-logic.sh); validate_env / init_base report it. SBO_BATCH_CONFIG="${SBO_BATCH_CONFIG:-$HOME/.config/sbo-batch-tester/config}" |
