This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 7c43490 home/.buildscripts/x2go.conf: build Raspbian packages by default. new d8ac6d1 home/.dupload.conf.x2go: add Raspbian jessie support. 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: home/.dupload.conf.x2go | 10 ++++++++++ 1 file changed, 10 insertions(+) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit d8ac6d15e11a8a3596b24bf88838430053d8f317 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 05:12:15 2016 +0100 home/.dupload.conf.x2go: add Raspbian jessie support. --- home/.dupload.conf.x2go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/.dupload.conf.x2go b/home/.dupload.conf.x2go index f2c4ca7..172c488 100644 --- a/home/.dupload.conf.x2go +++ b/home/.dupload.conf.x2go @@ -50,4 +50,14 @@ $cfg{"x2go-debian-lenny"} = { dinstall_runs => 1, }; +### X2Go/RASPBIAN +$cfg{"x2go-raspbian-jessie"} = { + fqdn => "code.x2go.org", + login => "x2go-admin", + method => "scpb", + incoming => "/srv/sites/x2go.org/packages/raspbian/incoming/jessie", + queuedir => "/srv/sites/x2go.org/packages/raspbian/upload/jessie", + dinstall_runs => 1, +}; + 1; -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git