You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/21 17:43:25 UTC

[netbeans-jenkins-lib] branch master updated: add extension for license

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new f705998  add extension for license
f705998 is described below

commit f7059980ef616f6450b81f2f5e3b9f71af1e0292
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Feb 21 18:43:19 2020 +0100

    add extension for license
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 43ce553..6001e8d 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -199,7 +199,7 @@ def call(Map params = [:]) {
                                 
                                 //checksums
                                 
-                                def extensions = ['*.zip','*.nbm','*.gz','*.jar','*.xml']
+                                def extensions = ['*.zip','*.nbm','*.gz','*.jar','*.xml','*.license']
                                 for (String extension in extensions) {
                                 
                                     sh "cd ${env.WORKSPACE}/dist"+' && for z in $(find . -name "'+"${extension}"+'") ; do cd $(dirname $z) ; sha512sum ./$(basename $z) > $(basename $z).sha512; cd - >/dev/null; done '


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists