This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goadmincenter. from 35ffcf6 fix patching of lrelease binary path new 08f01da Makefile: add dummy command for empty rule build-arch (maybe fixes FTBFS against EPEL-7) 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: x2goadminserver/Makefile | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goadmincenter. commit 08f01da36f22518f86b6b005fa705ca65193aa7e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 11 19:10:06 2014 +0100 Makefile: add dummy command for empty rule build-arch (maybe fixes FTBFS against EPEL-7) --- x2goadminserver/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x2goadminserver/Makefile b/x2goadminserver/Makefile index bfa152a..171becd 100755 --- a/x2goadminserver/Makefile +++ b/x2goadminserver/Makefile @@ -23,6 +23,7 @@ all: build build: build-arch build-indep build-arch: + echo "Nothing to be done for build-arch..." build-indep: build_man -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git