Gitweb links:

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

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

    fix sha256 file name suffix in script

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index d6bf6da..8bf7d9a 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -454,7 +454,7 @@ SHAR256SUM=sha256sum
 command -v ${SHAR256SUM} >/dev/null 2>&1 || SHAR256SUM=echo
 
 ${MD5SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.md5
-${SHAR256SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.sha
+${SHAR256SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.sha256
 
 
 ############ Package artifact deployment ################


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

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

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index d6bf6da..8bf7d9a 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -454,7 +454,7 @@ SHAR256SUM=sha256sum
 command -v ${SHAR256SUM} >/dev/null 2>&1 || SHAR256SUM=echo
 
 ${MD5SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.md5
-${SHAR256SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.sha
+${SHAR256SUM} "${PKG_SRC}${PKG_SFX}" > ${PKG_SRC}.sha256
 
 
 ############ Package artifact deployment ################


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