mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Misc tweaks..
This commit is contained in:
parent
590e7f0334
commit
72e22ea363
3 changed files with 2 additions and 3 deletions
1
init.sh
1
init.sh
|
@ -13,6 +13,7 @@ VINAIGRETTE_HOME="/home/vinaigrette"
|
||||||
cd $VINAIGRETTE_HOME
|
cd $VINAIGRETTE_HOME
|
||||||
source config/config
|
source config/config
|
||||||
|
|
||||||
|
ln -s /root/keys config/keys
|
||||||
gpg --import config/keys/$DEBSIGN_KEYID.key
|
gpg --import config/keys/$DEBSIGN_KEYID.key
|
||||||
gpg --import config/keys/$DEBSIGN_KEYID.pub
|
gpg --import config/keys/$DEBSIGN_KEYID.pub
|
||||||
|
|
||||||
|
|
|
@ -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}"
|
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" \
|
sendxmpppy "$xmpp_msg"
|
||||||
| sendxmpp -u gitbot -j im.yunohost.org -p "$XMPP_BOT_KEY" \
|
|
||||||
-c dev@conference.yunohost.org -r GitBot
|
|
||||||
|
|
||||||
exit $status
|
exit $status
|
||||||
|
|
Loading…
Add table
Reference in a new issue