[X2Go-Commits] buildscripts.git - master (branch) updated: 9fc935b9e8a9a0a3d667eb66b7ff609ecbfaf6ba
X2Go dev team
git-admin at x2go.org
Fri Nov 29 13:59:35 CET 2013
The branch, master has been updated
via 9fc935b9e8a9a0a3d667eb66b7ff609ecbfaf6ba (commit)
from f7f4258c9b9809af1c806e607af6c337bed7b6cc (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 9fc935b9e8a9a0a3d667eb66b7ff609ecbfaf6ba
Author: X2Go Admin Account <x2go-admin at japsand.x2go.org>
Date: Fri Nov 29 13:59:21 2013 +0100
always set , even for release builds
-----------------------------------------------------------------------
Summary of changes:
bin/build-deb-package | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/bin/build-deb-package b/bin/build-deb-package
index 3b691fb..b612fb6 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -63,13 +63,13 @@ set_vars() {
COMPONENT="${ARGV2_COMPONENT:-${COMPONENT:-$COMPONENT_NIGHTLY}}"
CODENAMES="${ARGV2_CODENAME:-${CODENAMES}}"
[ -n "$ARGV2_CODENAME" ] && FORCE_BUILD=0 || FORCE_BUILD=-1
+ DATE="${DATE:-$(date +%Y%m%d)}"
if [ "x$COMPONENT" = "x$COMPONENT_MAIN" ]; then
CHECKOUT="${3:-build-main}"
elif echo "$COMPONENT_RELEASES" | grep "$COMPONENT" >/dev/null; then
CHECKOUT="${3:-build-$COMPONENT}"
elif [ "x$COMPONENT" = "x$COMPONENT_NIGHTLY" ]; then
CHECKOUT="${3:-master}"
- DATE="${DATE:-$(date +%Y%m%d)}"
else
echo "error: no such package component area for this Git project. Aborting..."
exit -1
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).
More information about the x2go-commits
mailing list