The branch, master has been updated via c95897846764ac082c6ce3d1a78786ca4cd31e8a (commit) from 482cc782982aad63627d96af98a603f714a103d1 (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 c95897846764ac082c6ce3d1a78786ca4cd31e8a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 29 14:51:42 2013 +0100 build the srpm package ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 5 +++++ 1 file changed, 5 insertions(+) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 6edd039..155b5b1 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -191,6 +191,11 @@ build_packages() { mv $TEMP_DIR/$PROJECT $TEMP_DIR/$PROJECT-$UPSTREAM_VERSION tar -czf ~/rpmbuild/SOURCES/$PROJECT-$UPSTREAM_VERSION.tar.gz $PROJECT-$UPSTREAM_VERSION + + # create the SRPM package + rpmbuild -bs $PROJECT.spec + + # clean up the Git clone from the temp folder cd && rm $TEMP_DIR/$PROJECT -Rf 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).