[dss-commits] digitalSTROM web-sources branch, master, updated. 2a5ff46b3aa5fee8c30a2299210ae783f0f7489d

git version control dss-commits at forum.digitalstrom.org
Thu Nov 12 21:42:26 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 web-sources".

The branch, master has been updated
       via  2a5ff46b3aa5fee8c30a2299210ae783f0f7489d (commit)
      from  22e15f3665d8a37ccbf1805cf925f40a92f2de0f (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 2a5ff46b3aa5fee8c30a2299210ae783f0f7489d
Author: Patrick Stählin <pstaehlin at futurelab.ch>
Date:   Thu Nov 12 21:35:39 2009 +0100

    Fetch submodules when building

-----------------------------------------------------------------------

Changes:
diff --git a/tools/build_and_copy_weblibs.sh b/tools/build_and_copy_weblibs.sh
index a116cf1..fd8e545 100755
--- a/tools/build_and_copy_weblibs.sh
+++ b/tools/build_and_copy_weblibs.sh
@@ -19,6 +19,11 @@ if [ ! -x "$SPROCKETS" ] ; then
 	exit 1
 fi
 
+# make sure our submodules are here
+cd $BASEDIR
+git submodule update --init
+cd - 
+
 $SPROCKETS -I $BASEDIR/dss-setup-interface/ $BASEDIR/dss-setup-interface/dss-setup-interface.js > "$TARGETDIR/dss-setup-interface.js"
 
 RAKE=$(which rake)


hooks/post-receive
-- 
digitalSTROM web-sources


More information about the dss-commits mailing list