The branch, master has been updated via eb4f086420cb350919b86548e42c7726b55b96c7 (commit) from f4a5a4df70c61729da30c7d5f0dfff69fe8e1068 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eb4f086420cb350919b86548e42c7726b55b96c7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Dec 8 12:18:17 2013 +0100 typo fix ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index e607dfb..3ea87c7 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -142,7 +142,7 @@ clear_pkgdist() { for l_ARCH in x86_64 i386; do if [ "x$SKIP_ARCH" != "x$l_ARCH" ]; then mkdir -p "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH" - rm -f "$PKGDIST/rpmbuild/SOURCES/* + rm -f "$PKGDIST/rpmbuild/SOURCES/"* rm -f "$PKGDIST/rpmbuild/SRPMS/$PROJECT-"*.src.rpm rm -f "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/"*.log rm -f "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/$PROJECT-"*.rpm hooks/post-receive -- buildscripts.git (X2Go packaging scripts) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (X2Go packaging scripts).