You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/05/20 00:47:07 UTC

[1/4] cordova-coho git commit: Update setting-up-gpg.md

Repository: cordova-coho
Updated Branches:
  refs/heads/master f1a0a825c -> 1d30ac0bd


Update setting-up-gpg.md

Add --keyserver for gnupg

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

Branch: refs/heads/master
Commit: ee287f2d8f2510e1c2b14aab53129a74634415d9
Parents: a2ac092
Author: Murat Sutunc <mu...@microsoft.com>
Authored: Wed May 6 11:17:51 2015 -0700
Committer: Murat Sutunc <mu...@microsoft.com>
Committed: Wed May 6 11:17:51 2015 -0700

----------------------------------------------------------------------
 docs/setting-up-gpg.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ee287f2d/docs/setting-up-gpg.md
----------------------------------------------------------------------
diff --git a/docs/setting-up-gpg.md b/docs/setting-up-gpg.md
index e6293eb..fb335b3 100644
--- a/docs/setting-up-gpg.md
+++ b/docs/setting-up-gpg.md
@@ -58,7 +58,7 @@ Publish to `dist/KEYS`:
 
 Publish to `keys.gnupg.net`
 
-    gpg --send-keys $KEY_ID
+    gpg --keyserver hkp://keys.gnupg.net --send-keys $KEY_ID
 
 Visit http://pgp.mit.edu/ and paste in result of:
 


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


[3/4] cordova-coho git commit: Merge branch 'patch-1' of https://github.com/muratsu/cordova-coho

Posted by st...@apache.org.
Merge branch 'patch-1' of https://github.com/muratsu/cordova-coho


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

Branch: refs/heads/master
Commit: cd680f6c8f033b87fa7a9d1be7d2b01ed5f04a65
Parents: f1a0a82 ee287f2
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 19 15:45:18 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 19 15:45:18 2015 -0700

----------------------------------------------------------------------
 docs/setting-up-gpg.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



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


[2/4] cordova-coho git commit: Renamed Create release branch step to prepare release

Posted by st...@apache.org.
Renamed Create release branch step to prepare release

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

Branch: refs/heads/master
Commit: 73f38d769b34452a326b2a770f9db98067cca967
Parents: f1a0a82
Author: Steve Gill <st...@adobe.com>
Authored: Tue May 19 15:41:43 2015 -0700
Committer: Steve Gill <st...@adobe.com>
Committed: Tue May 19 15:41:43 2015 -0700

----------------------------------------------------------------------
 docs/platforms-release-process.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/73f38d76/docs/platforms-release-process.md
----------------------------------------------------------------------
diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index 483b24b..8920dd8 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -89,13 +89,13 @@ and update `CORDOVA_VERSION_MIN_REQUIRED` with the latest version macro, e.g.
         #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_1_0
     #endif
 
-### Create release branch
+### Prepare release
 
 This step involves:
 
  * Updating cordova.js snapshot
  * Updating version numbers
- * Creating a release branch
+ * Creating a release branch (if it doesn't already exist)
  * Creating git tags for platform and js
  * Updating version in package.json file
  * Tagging


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


[4/4] cordova-coho git commit: Merge branch 'patch-35' of https://github.com/stevengill/cordova-coho

Posted by st...@apache.org.
Merge branch 'patch-35' of https://github.com/stevengill/cordova-coho


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

Branch: refs/heads/master
Commit: 1d30ac0bd16a5abca5ddc1e9d49f929da904e5a8
Parents: cd680f6 73f38d7
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 19 15:47:04 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 19 15:47:04 2015 -0700

----------------------------------------------------------------------
 docs/platforms-release-process.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



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