Gitweb links:

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

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

    add sha 256 checksum fallback binary name for openbsd

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 8bf7d9a..8a49797 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -451,6 +451,7 @@ command -v ${MD5SUM} >/dev/null 2>&1 || MD5SUM=echo
 
 # find sha256 binary name
 SHAR256SUM=sha256sum
+command -v ${SHAR256SUM} >/dev/null 2>&1 || SHAR256SUM=sha256
 command -v ${SHAR256SUM} >/dev/null 2>&1 || SHAR256SUM=echo
 
 ${MD5SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.md5


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

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

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 8bf7d9a..8a49797 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -451,6 +451,7 @@ command -v ${MD5SUM} >/dev/null 2>&1 || MD5SUM=echo
 
 # find sha256 binary name
 SHAR256SUM=sha256sum
+command -v ${SHAR256SUM} >/dev/null 2>&1 || SHAR256SUM=sha256
 command -v ${SHAR256SUM} >/dev/null 2>&1 || SHAR256SUM=echo
 
 ${MD5SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.md5


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