summaryrefslogtreecommitdiff
path: root/src/abslibre-tools/librerelease
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-03-28 20:01:27 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-28 23:15:50 -0400
commit7f095f81ef82c7d3978fc1bae5cac6ee3cd0ddf9 (patch)
tree2cf8c22b5d95765f558d29d2349ddc1cc7269994 /src/abslibre-tools/librerelease
parent02d1a84247d83fab531b88099af842b1c8650721 (diff)
add tests for `-c` and `-C` options - refactor librerelease.bats
Diffstat (limited to 'src/abslibre-tools/librerelease')
-rwxr-xr-xsrc/abslibre-tools/librerelease4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease
index 9c48ac7..455d981 100755
--- a/src/abslibre-tools/librerelease
+++ b/src/abslibre-tools/librerelease
@@ -194,7 +194,7 @@ clean_local() {
clean_remote() {
msg "Removing files from remote staging directory"
- ${SSH_CMD[*]} "rm -rf ${TIER0_STAGING@Q}/*"
+ ${SSH_CMD[*]} "rm -rfv ${TIER0_STAGING@Q}/*"
}
release() {
@@ -286,7 +286,7 @@ release() {
fi
# notify pbot of the excellent work that we have done today
- msg2 "$(_ "Notifying pbot:")" ; print " $pbotsay_msg" ;
+ msg2 "Notifying pbot:" ; print " $pbotsay_msg" ;
${SSH_CMD[*]} "$pbotsay_cmd" &> /dev/null || :
else
msg2 "Nothing was published"