Misc tweaks..

This commit is contained in:
Alexandre Aubin 2018-04-26 20:01:10 +02:00
parent 590e7f0334
commit 72e22ea363
3 changed files with 2 additions and 3 deletions

View file

View file

@ -13,6 +13,7 @@ VINAIGRETTE_HOME="/home/vinaigrette"
cd $VINAIGRETTE_HOME
source config/config
ln -s /root/keys config/keys
gpg --import config/keys/$DEBSIGN_KEYID.key
gpg --import config/keys/$DEBSIGN_KEYID.pub

View file

@ -80,8 +80,6 @@ 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}"
echo -n "$xmpp_msg" \
| sendxmpp -u gitbot -j im.yunohost.org -p "$XMPP_BOT_KEY" \
-c dev@conference.yunohost.org -r GitBot
sendxmpppy "$xmpp_msg"
exit $status