summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/abslibre-tools/librerelease6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease
index 50d9162..8ebdc54 100755
--- a/src/abslibre-tools/librerelease
+++ b/src/abslibre-tools/librerelease
@@ -296,6 +296,12 @@ release_packages() {
)
fi
+ # notify pbot of the excellent work we have done
+ local packages=${file_list} # TODO: parse package names? - this is gonna be messy
+ local login=${REPODEST_userinfo:-somebody} ; login=${login%%:*} ;
+ ssh ${REPODEST_port:+-p "$REPODEST_port"} "${REPODEST_userhost}" \
+ "which pbot-say && pbot-say ${login} just published: ${packages}"
+
return $EXIT_SUCCESS
}