Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/527541ddbda27d330fa3f87533cea80314f974a7
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/527541ddbda27d330fa3f87533cea80314f974a7
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/527541ddbda27d330fa3f87533cea80314f974a7

The branch, master has been updated
       via  527541ddbda27d330fa3f87533cea80314f974a7 (commit)
      from  3d20a3974c62a284325f8e6f12b7fbb50b4607b7 (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 -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=527541ddbda27d330fa3f87533cea80314f974a7
commit 527541ddbda27d330fa3f87533cea80314f974a7
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Make CI NetSurf builds compile in DEBUG level logging

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 6fd6a77..de6c259 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -411,6 +411,12 @@ if [ ${HAVE_DISTCC} = "true" ];then
 fi
 
 
+########### Prepare a Makefile.config ##################
+
+rm -f Makefile.config
+cat > Makefile.config <<EOF
+override NETSURF_LOG_LEVEL := DEBUG
+EOF
 
 ########### Build from source ##################
 


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

Summary of changes:
 utils/jenkins-build.sh |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 6fd6a77..de6c259 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -411,6 +411,12 @@ if [ ${HAVE_DISTCC} = "true" ];then
 fi
 
 
+########### Prepare a Makefile.config ##################
+
+rm -f Makefile.config
+cat > Makefile.config <<EOF
+override NETSURF_LOG_LEVEL := DEBUG
+EOF
 
 ########### Build from source ##################
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to