This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 5dd3bd2 fix for last commit new 5b9f538 bin/build-rpm-package: also clean up old SRPM's. 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 | 3 ++- 1 file changed, 2 insertions(+), 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 5b9f538ffc1b338b452e9a46260db80346075622 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 5 01:06:45 2015 +0100 bin/build-rpm-package: also clean up old SRPM's. --- bin/build-rpm-package | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 3ae5b2c..235a741 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -145,7 +145,8 @@ clear_pkgdist() { test -z $CODENAMES || echo $line | grep $CODENAMES || break - for l_ARCH in x86_64 i386; do + # Yes, "SRPM" is technically not an architecture. + for l_ARCH in x86_64 i386 SRPM; do if [ "x$SKIP_ARCH" != "x$l_ARCH" ]; then mkdir -p "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH" rm -f "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild/SOURCES/"* -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git