You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/06/24 17:33:03 UTC

git commit: Add cordova-pmc-private repo

Repository: cordova-coho
Updated Branches:
  refs/heads/master 5ba4960d5 -> 486e69b16


Add cordova-pmc-private repo


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

Branch: refs/heads/master
Commit: 486e69b16f8c165371cf35d76ff638fad1313913
Parents: 5ba4960
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jun 24 11:30:14 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jun 24 11:32:58 2014 -0400

----------------------------------------------------------------------
 src/repoutil.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/486e69b1/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index 08fcdbd..375b34e 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -355,6 +355,12 @@ var otherRepos = [
         inactive: true,
         svn: 'https://dist.apache.org/repos/dist/dev/cordova'
     }, {
+        title: 'Apache dist/private/pmc/cordova',
+        id: 'private-pmc',
+        repoName: 'cordova-private-pmc',
+        inactive: true,
+        svn: 'https://svn.apache.org/repos/private/pmc/cordova'
+    }, {
         title: 'Cordova Website',
         id: 'website',
         repoName: 'cordova-website',