[X2Go-Commits] buildscripts.git - master (branch) updated: 198f551c481f3f4b9e0a01b21aee1fdf4257daa2
X2Go dev team
git-admin at x2go.org
Sat May 25 14:37:47 CEST 2013
The branch, master has been updated
via 198f551c481f3f4b9e0a01b21aee1fdf4257daa2 (commit)
from e58dc2cc9d1739c8ab3bb3e2b90569a3d6789f5d (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 198f551c481f3f4b9e0a01b21aee1fdf4257daa2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat May 25 14:37:35 2013 +0200
fix for last commit
-----------------------------------------------------------------------
Summary of changes:
bin/build-all-packages | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
The diff of changes is:
diff --git a/bin/build-all-packages b/bin/build-all-packages
index 7528501..e9e3c06 100755
--- a/bin/build-all-packages
+++ b/bin/build-all-packages
@@ -17,8 +17,6 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-CODENAME=$1
-
COMPONENT_MAIN="main"
COMPONENT_NIGHTLY="nightly"
@@ -33,6 +31,7 @@ test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo
set -ex
COMPONENT=${1:-""}
+CODENAME=${2:-""}
# build the newest code... (nightly-builds)
[ "x$COMPONENT" = "x$COMPONENT_NIGHTLY" ] || [ -z $COMPONENT ] && {
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