This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from f7895e3 first approach to build opensuse RPMs new 7b2f720 actually support opensuse 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: bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/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 7b2f720d09817ea673dd1dadc88673056faf950f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 11 11:27:01 2014 +0200 actually support opensuse --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index d7e1cc7..0247b92 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -25,7 +25,7 @@ GIT_HOSTNAME="git.mydomain.org" RPMEMAIL="firstname.lastname@mydomain.org" RPMFULLNAME="Firstname Lastname" GPG_KEY= -RPM_DISTS_SUPPORTED="fedora epel" +RPM_DISTS_SUPPORTED="fedora epel opensuse" FEDORA_DISTROS="18,19,20,rawhide" EPEL_DISTROS="6,7" RPM_REPOS_BASE=/var/www/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git