[dss-commits] digitalSTROM Server branch, master, updated. 4af7afbed1e3a188cdc105753ab40adbf4e3b2e9

git version control dss-commits at forum.digitalstrom.org
Wed Nov 18 18:01:58 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  4af7afbed1e3a188cdc105753ab40adbf4e3b2e9 (commit)
      from  23ad54e50656981bdfb5e35c0ca18f2e1c697976 (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 4af7afbed1e3a188cdc105753ab40adbf4e3b2e9
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date:   Wed Nov 18 17:59:20 2009 +0100

    don't check for mozjs via pkg-config
    
    Nowadays, we don't install the javascript libs from .debs, so we don't get the
    .pc files;

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

Changes:
diff --git a/tools/hudson_cmake_build b/tools/hudson_cmake_build
index 0a6934b..c35ec4b 100755
--- a/tools/hudson_cmake_build
+++ b/tools/hudson_cmake_build
@@ -22,7 +22,7 @@ export LANG=C
 set -e
 
 # print env information
-PACKAGES="gsoap libxml-2.0 mozilla-js"
+PACKAGES="gsoap libxml-2.0"
 for p in $PACKAGES; do
 	echo -n "$p: "
 	pkg-config --modversion $p


hooks/post-receive
-- 
digitalSTROM Server


More information about the dss-commits mailing list