You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/14 01:41:08 UTC

[1/2] git commit: CB-4786 adding documentation

Updated Branches:
  refs/heads/master 6980f182c -> e7464d07c


CB-4786 adding documentation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/9fae4af3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/9fae4af3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/9fae4af3

Branch: refs/heads/master
Commit: 9fae4af30fefc7e2aff1d61573ce7f57fd1a87d7
Parents: 2d4ab6c
Author: Anis Kadri <an...@apache.org>
Authored: Fri Sep 13 16:40:53 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 13 16:40:53 2013 -0700

----------------------------------------------------------------------
 doc/help.txt | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/9fae4af3/doc/help.txt
----------------------------------------------------------------------
diff --git a/doc/help.txt b/doc/help.txt
index 51eb43d..e451f21 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -71,3 +71,10 @@ Manage registry configuration
 
     $ plugman config set registry http://localhost:5984/registry/_design/app/_rewrite
     $ plugman config get registry
+
+Manage owners
+-------------
+
+    $ plugman owner ls org.apache.cordova.core.file 
+    $ plugman owner add username org.apache.cordova.core.file
+    $ plugman owner rm username org.apache.cordova.core.file


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugman

Posted by an...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugman


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

Branch: refs/heads/master
Commit: e7464d07c127b9836b131bf168590bb00a2b78d1
Parents: 9fae4af 6980f18
Author: Anis Kadri <an...@apache.org>
Authored: Fri Sep 13 16:41:03 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 13 16:41:03 2013 -0700

----------------------------------------------------------------------
 main.js                    |  2 +-
 plugman.js                 |  5 ++++-
 src/install.js             |  5 +----
 src/platforms.js           |  3 ++-
 src/platforms/firefoxos.js | 23 +++++++++++++++++++++++
 src/util/config-changes.js |  3 +--
 6 files changed, 32 insertions(+), 9 deletions(-)
----------------------------------------------------------------------