This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/fvwm in repository live-build-x2go. from 4534059 use fvwm on this branch new 1d0cdda just add ssh-keys, if comes from http The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/fvwm in repository live-build-x2go. commit 1d0cdda175289d4514e10a106f4d05bda37db8ab Author: Juri Grabowski <gratuxri@gmail.com> Date: Fri Apr 28 12:09:01 2017 +0200 just add ssh-keys, if comes from http --- config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver index 5d6ca0e..e8191da 100755 --- a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver +++ b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver @@ -38,7 +38,7 @@ if echo "$PUBKEY" | grep -q "^tftp://" ; then done fi else - while ! wget -q -O - $PUBKEYURL >/root/.ssh/authorized_keys ; do + while ! wget -q -O - $PUBKEYURL >>/root/.ssh/authorized_keys ; do echo "Waiting for SSH Public Key ..." sleep 5 done -- Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git