The branch, master has been updated via 5853b12787bacff429df4f683ad25a6b9d170de9 (commit) from e4deb59a71e80537469c41336d7a1b6c4a821e19 (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 5853b12787bacff429df4f683ad25a6b9d170de9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 30 23:42:46 2013 +0100 remove inappropriate comments ----------------------------------------------------------------------- Summary of changes: bin/build-rpm-package | 4 ---- 1 file changed, 4 deletions(-) The diff of changes is: diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 73e206e..37e2fed 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -134,8 +134,6 @@ clear_pkgdist() { echo "$RPM_DISTS_SUPPORTED" | grep $l_DIST >/dev/null && { for l_CODENAME in $l_CODENAMES; do - # in case we build a special CODENAME (squeeze, wheezy, lucid, ...) do skip - # the wrong distribution here... test -z $CODENAMES || echo $line | grep $CODENAMES || break for l_ARCH in x86_64 i386; do @@ -234,8 +232,6 @@ upload_packages() { l_CODENAMES="${CODENAMES:-$(echo ${line/: /:} | cut -d":" -f2- | sed -e 's/,/ /g' | tr [:upper:] [:lower:])}" for l_CODENAME in $l_CODENAMES; do - # in case we build a special CODENAME (squeeze, wheezy, lucid, ...) do skip - # the wrong distribution here... test -z $CODENAMES || echo $line | grep $CODENAMES || break for l_ARCH in x86_64 i386; do 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).