release 1.3.4: summary i18n, monpages code-21, aptdeploy path

This commit is contained in:
Hernâni Marques 2026-07-18 20:09:41 +02:00
parent 8840341079
commit 949837d2e6
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
6 changed files with 32 additions and 12 deletions

View file

@ -114,7 +114,7 @@ run_local() {
run_remote() {
echo "======== aptdeploy remote via ssh ${APT_DEPLOY_SSH} mode=$MODE ========"
if [ "${APT_DEPLOY_RSYNC:-1}" = "1" ]; then
echo "rsync mon suite → ${APT_DEPLOY_SSH}:src/src/taler-monitoring/"
echo "rsync mon suite → ${APT_DEPLOY_SSH}:src/taler-monitoring/"
rsync -az \
--exclude secrets.env \
--exclude 'android-test/artifacts' \
@ -122,7 +122,7 @@ run_remote() {
--exclude 'android-test/out*' \
--exclude '__pycache__' \
"$BOOT_MON/" \
"${APT_DEPLOY_SSH}:src/src/taler-monitoring/" \
"${APT_DEPLOY_SSH}:src/taler-monitoring/" \
|| echo "WARN: rsync failed" >&2
fi
ssh -o BatchMode=yes -o ConnectTimeout=25 "$APT_DEPLOY_SSH" bash -s -- "$MODE" <<'EOS'