mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Simplify / tweak xmpp messages
This commit is contained in:
parent
72e22ea363
commit
15bd3cae36
2 changed files with 3 additions and 3 deletions
|
@ -116,3 +116,5 @@ fi
|
|||
#fi
|
||||
|
||||
echo "Build will start soon. See http://$REPO_URL"
|
||||
|
||||
sendxmpppy "Launched build ${package}/${version} for ${CODENAME}/${COMPONENT}."
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue