You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/24 10:18:02 UTC

[cordova-coho] branch master updated: fix(audit-license-headers): broken exclusion patterns (#252)

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

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 268ada2  fix(audit-license-headers): broken exclusion patterns (#252)
268ada2 is described below

commit 268ada2690b7525eea5bed7871e24b0ea53e3167
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Nov 24 11:17:53 2019 +0100

    fix(audit-license-headers): broken exclusion patterns (#252)
    
    This reverts the Apache RAT upgrade from v0.12 to v0.13 (see #246). This
    is necessary due to a bug in the file exclusion logic of RAT v0.13.
    
    For more details see: https://issues.apache.org/jira/browse/RAT-265
    
    Closes #247
---
 src/audit-license-headers.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js
index 4831112..4d2e7f7 100644
--- a/src/audit-license-headers.js
+++ b/src/audit-license-headers.js
@@ -53,8 +53,8 @@ var COMMON_RAT_EXCLUDES = [
 var RAT_IGNORE_PATH = '.ratignore';
 var RATIGNORE_COMMENT_PREFIX = '#';
 
-var RAT_NAME = 'apache-rat-0.13';
-var RAT_URL = 'https://dist.apache.org/repos/dist/release/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz';
+var RAT_NAME = 'apache-rat-0.12';
+var RAT_URL = 'https://archive.apache.org/dist/creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz';
 
 function startsWith (string, prefix) {
     return string.indexOf(prefix) === 0;


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