Gitweb links:

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

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

    update jenkins build script after 3.10 release

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 0ef9897..d31b233 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -51,6 +51,9 @@ ATARIARCH=68020-60
 # make tool
 MAKE=make
 
+# NetSurf version number haiku needs it for package name
+NETSURF_VERSION="3.11"
+
 # Ensure the combination of target and toolchain works and set build
 #   specific parameters too
 case ${TARGET} in
@@ -82,7 +85,7 @@ case ${TARGET} in
 
        esac
 
-       PKG_SRC=netsurf_x86-3.10-1-x86_gcc2
+       PKG_SRC="netsurf_x86-${NETSURF_VERSION}-1-x86_gcc2"
        PKG_SFX=.hpkg
        ;;
 


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

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

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 0ef9897..d31b233 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -51,6 +51,9 @@ ATARIARCH=68020-60
 # make tool
 MAKE=make
 
+# NetSurf version number haiku needs it for package name
+NETSURF_VERSION="3.11"
+
 # Ensure the combination of target and toolchain works and set build
 #   specific parameters too
 case ${TARGET} in
@@ -82,7 +85,7 @@ case ${TARGET} in
 
        esac
 
-       PKG_SRC=netsurf_x86-3.10-1-x86_gcc2
+       PKG_SRC="netsurf_x86-${NETSURF_VERSION}-1-x86_gcc2"
        PKG_SFX=.hpkg
        ;;
 


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to