Gitweb links:

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

The branch, master has been updated
       via  bec6428c6c1ad720cc41a7b3428b9b2d26c1dbeb (commit)
      from  2f663987c558077f34505ea28dce183678d8175e (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=bec6428c6c1ad720cc41a7b3428b9b2d26c1dbeb
commit bec6428c6c1ad720cc41a7b3428b9b2d26c1dbeb
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    pass PACKAGER variable to pakage build target

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 1495a3e..59bf069 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -420,9 +420,9 @@ EOF
 
 ########### Additional environment info ########
 
-set
 uname -a
 
+
 ########### Build from source ##################
 
 # Clean first
@@ -432,11 +432,10 @@ ${MAKE} clean
 ${MAKE} -j ${PARALLEL} -k CI_BUILD=${BUILD_NUMBER} ATARIARCH=${ATARIARCH} Q=
 
 
-
 ############ Package artifact construction ################
 
 # build the package file
-${MAKE} -k CI_BUILD=${BUILD_NUMBER} ATARIARCH=${ATARIARCH} package Q=
+${MAKE} -k CI_BUILD=${BUILD_NUMBER} ATARIARCH=${ATARIARCH} PACKAGER="NetSurf 
Developers <[email protected]>" Q= package
 
 if [ ! -f "${PKG_SRC}${PKG_SFX}" ]; then
     # unable to find package file
@@ -444,7 +443,6 @@ if [ ! -f "${PKG_SRC}${PKG_SFX}" ]; then
 fi
 
 
-
 ############ Package artifact deployment ################
 
 #destination for package artifacts


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

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

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 1495a3e..59bf069 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -420,9 +420,9 @@ EOF
 
 ########### Additional environment info ########
 
-set
 uname -a
 
+
 ########### Build from source ##################
 
 # Clean first
@@ -432,11 +432,10 @@ ${MAKE} clean
 ${MAKE} -j ${PARALLEL} -k CI_BUILD=${BUILD_NUMBER} ATARIARCH=${ATARIARCH} Q=
 
 
-
 ############ Package artifact construction ################
 
 # build the package file
-${MAKE} -k CI_BUILD=${BUILD_NUMBER} ATARIARCH=${ATARIARCH} package Q=
+${MAKE} -k CI_BUILD=${BUILD_NUMBER} ATARIARCH=${ATARIARCH} PACKAGER="NetSurf 
Developers <[email protected]>" Q= package
 
 if [ ! -f "${PKG_SRC}${PKG_SFX}" ]; then
     # unable to find package file
@@ -444,7 +443,6 @@ if [ ! -f "${PKG_SRC}${PKG_SFX}" ]; then
 fi
 
 
-
 ############ Package artifact deployment ################
 
 #destination for package artifacts


-- 
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