You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/10/21 08:54:14 UTC

[1/2] git commit: Update ratExcludes for cordova-ios.

Repository: cordova-coho
Updated Branches:
  refs/heads/master b92ef1d41 -> 4f34b358c


Update ratExcludes for cordova-ios.


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/4f34b358
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/4f34b358
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/4f34b358

Branch: refs/heads/master
Commit: 4f34b358cd0d372f800b11c80079ab3ede891ee7
Parents: 944dd72
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 20 23:53:57 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 20 23:54:05 2014 -0700

----------------------------------------------------------------------
 src/repoutil.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/4f34b358/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index da3cbbb..33417fd 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -41,7 +41,13 @@ var platformRepos = [
         repoName: 'cordova-ios',
         jiraComponentName: 'iOS',
         cordovaJsPaths: ['CordovaLib/cordova.js'],
-        versionFilePaths: [path.join('CordovaLib', 'VERSION')]
+        versionFilePaths: [path.join('CordovaLib', 'VERSION')],
+        ratExcludes: [
+            // yes, not .gitignore
+            'gitignore',
+            // licenses for both below are in the cordova-ios LICENSE file
+            'NSData+Base64.h',
+            'NSData+Base64.m'        ]
     }, {
         title: 'BlackBerry',
         id: 'blackberry',


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


[2/2] git commit: Update audit common excludes for other xcode project files, and component.json

Posted by sh...@apache.org.
Update audit common excludes for other xcode project files, and component.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/944dd72a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/944dd72a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/944dd72a

Branch: refs/heads/master
Commit: 944dd72ae7afe4624512c7ae3774f700d9425ea8
Parents: b92ef1d
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 20 23:53:15 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 20 23:54:05 2014 -0700

----------------------------------------------------------------------
 src/audit-license-headers.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/944dd72a/src/audit-license-headers.js
----------------------------------------------------------------------
diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js
index 4de3213..72dcc7a 100644
--- a/src/audit-license-headers.js
+++ b/src/audit-license-headers.js
@@ -40,6 +40,10 @@ var COMMON_RAT_EXCLUDES = [
     'node_modules',
     'thirdparty',
     'package.json',
+    'component.json',
+    '*.xcworkspacedata',
+    '*.xccheckout',
+    '*.xcscheme',
     ];
 
 module.exports = function*() {


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