[dss-commits] digitalSTROM Server branch, master, updated. 533f48f7f0eb0cd344867b18a7419cc5eb133134
git version control
dss-commits at forum.digitalstrom.org
Mon Nov 16 16:08:37 CET 2009
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 "digitalSTROM Server".
The branch, master has been updated
via 533f48f7f0eb0cd344867b18a7419cc5eb133134 (commit)
from 30455b3c190c9e62b7d49970d0ddbf6dc98726a1 (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 533f48f7f0eb0cd344867b18a7419cc5eb133134
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date: Mon Nov 16 16:07:27 2009 +0100
create-dss-release: include git info
To allow generating a meaningful revision string when building from a tarball,
dump git head revision and branch to files. To be used by
dss_gen_version_unix.sh
-----------------------------------------------------------------------
Changes:
diff --git a/tools/create-dss-release b/tools/create-dss-release
index 17f9259..826b9c1 100755
--- a/tools/create-dss-release
+++ b/tools/create-dss-release
@@ -28,7 +28,8 @@ git clone --depth 1 $GIT_REPO $TARGET_DIR
cd dss-$DSS_RELEASE_VERSION
git branch $DSS_RELEASE_BRANCH origin/$DSS_RELEASE_BRANCH
git checkout $DSS_RELEASE_BRANCH
-
+git rev-parse HEAD > .dss_git_version
+git branch|grep ^*|sed -e 's|^\*\s*||' > .dss_git_branch
git submodule update --init
./websrc/tools/build_and_copy_weblibs.sh websrc data/webroot/js/
hooks/post-receive
--
digitalSTROM Server
More information about the dss-commits
mailing list