This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from d58dec1 bin/build-rpm-package: use SHA(1) checksums for EPEL 5 repos, as yum-3.0 does not know how to handle the default SHA256 checksums. new f0da677 bin/build-rpm-package: actually *check* for EPEL. 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 f0da677d2ac2c8be7fe1300977252922bc1999f8 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 20 19:30:24 2015 +0100 bin/build-rpm-package: actually *check* for EPEL. --- 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 445f03b..b8d669c 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -426,7 +426,7 @@ upload_packages() { scp *.rpm $REPOS_SERVER:$RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$COMPONENT/$l_ARCH/rpms/$PROJECT/ || true CREATEREPO_OPTS="" - if [ "$l_DIST" = "" ] && [ "$l_CODENAME" = "5" ]; then + if [ "$l_DIST" = "epel" ] && [ "$l_CODENAME" = "5" ]; then CREATEREPO_OPTS="-s sha" fi 0</dev/null ssh $REPOS_SERVER "cd $RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$COMPONENT/$l_ARCH/ && createrepo ${CREATEREPO_OPTS} ." -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git