summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-07-10 18:33:14 -0400
committerDavid P <megver83@parabola.nu>2021-07-10 18:33:14 -0400
commit42cca853176c9ff23a5d2896f9b132630f034fb7 (patch)
treef3a3bc179b98dd8120ed5eb3398beaee33e98b7e
parent455bfe339805da4502973e876b01f53d9ebfa6d4 (diff)
Revert "notify pbot after sccessful publish"nonsystemd
This reverts commit dba8171b8b72790e84a86569ca9be58c324b3f5d.
-rwxr-xr-xsrc/abslibre-tools/librerelease6
1 files changed, 0 insertions, 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
}