The branch, master has been updated via f7f4258c9b9809af1c806e607af6c337bed7b6cc (commit) from 7120a43108c61113bb31f7af027bfd4b74d9014f (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 f7f4258c9b9809af1c806e607af6c337bed7b6cc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 28 09:14:56 2013 +0100 fix DATE string ----------------------------------------------------------------------- Summary of changes: bin/build-deb-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/bin/build-deb-package b/bin/build-deb-package index 190cf27..3b691fb 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -69,13 +69,13 @@ set_vars() { CHECKOUT="${3:-build-$COMPONENT}" elif [ "x$COMPONENT" = "x$COMPONENT_NIGHTLY" ]; then CHECKOUT="${3:-master}" - DATE="~${DATE:-$(date +%Y%m%d)}" + DATE="${DATE:-$(date +%Y%m%d)}" else echo "error: no such package component area for this Git project. Aborting..." exit -1 fi # the DATE might be given as ,,today'' from the command line - [ "x$DATE" = "xtoday" ] && DATE="~$(date +%Y%m%d)" + [ "x$DATE" = "xtoday" ] && DATE="$(date +%Y%m%d)" # setting paths PROJECT_DIR="$HOME/build/$COMPONENT/$PROJECT" 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).