The branch, master has been updated via 502cd901162f0d8e8a808b9f779516e3dfb2d5f7 (commit) from 5bd8e9ab9b66d82fef39bcf7f4d93950308692d2 (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 502cd901162f0d8e8a808b9f779516e3dfb2d5f7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Dec 6 14:48:46 2013 +0100 fix test for quilt patch series file ----------------------------------------------------------------------- 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 2ed16d6..e5e583b 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -183,7 +183,7 @@ build_packages() { # apply patches from debian/patches/* so that they end up in the tarbal # ... esp. relevant for NX (redistributed) - if [ -d $PROJECT/debian/patches/series ]; then + if [ -f $PROJECT/debian/patches/series ]; then ( cd $PROJECT && QUILT_PATCHES=debian/patches quilt push -a && rm .pc/ -Rf; ) fi 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).