Simplify / tweak xmpp messages

This commit is contained in:
Alexandre Aubin 2018-04-27 00:35:12 +02:00
parent 72e22ea363
commit 15bd3cae36
2 changed files with 3 additions and 3 deletions

View file

@ -116,3 +116,5 @@ fi
#fi
echo "Build will start soon. See http://$REPO_URL"
sendxmpppy "Launched build ${package}/${version} for ${CODENAME}/${COMPONENT}."

View file

@ -78,8 +78,6 @@ fi
export HOME=$HOME_PBUILDER
xmpp_msg="[rebuildd] Completed build of ${package}/${version} in ${COMPONENT} for ${CODENAME}/${arch}. See http://$REPO_URL/dist/${CODENAME}/arch/${arch}"
sendxmpppy "$xmpp_msg"
sendxmpppy "Completed build of ${package}/${version} for ${CODENAME}/${COMPONENT}/${arch}."
exit $status