From 42cca853176c9ff23a5d2896f9b132630f034fb7 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 10 Jul 2021 18:33:14 -0400 Subject: Revert "notify pbot after sccessful publish" This reverts commit dba8171b8b72790e84a86569ca9be58c324b3f5d. --- src/abslibre-tools/librerelease | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease index 8ebdc54..50d9162 100755 --- a/src/abslibre-tools/librerelease +++ b/src/abslibre-tools/librerelease @@ -296,12 +296,6 @@ 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 } -- cgit v1.2.2