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 2017/05/04 18:24:25 UTC

cordova-coho git commit: CB-12758 - Add cordova-fetch, cordova-common, and cordova-create to the nightly build

Repository: cordova-coho
Updated Branches:
  refs/heads/master 965475a21 -> ccf5841f7


CB-12758 - Add cordova-fetch, cordova-common, and cordova-create to the nightly build

 This closes #148


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

Branch: refs/heads/master
Commit: ccf5841f74f88954753b75679f2f4a2f703e752b
Parents: 965475a
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Wed May 3 03:06:18 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Thu May 4 11:23:47 2017 -0700

----------------------------------------------------------------------
 src/nightly.js     | 2 +-
 src/npm-publish.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ccf5841f/src/nightly.js
----------------------------------------------------------------------
diff --git a/src/nightly.js b/src/nightly.js
index 969a6aa..5969a98 100644
--- a/src/nightly.js
+++ b/src/nightly.js
@@ -32,7 +32,7 @@ var repoclone = require('./repo-clone');
 
 module.exports = function*(argv) {
     /** Specifies the default repos to build nightlies for */
-    var DEFAULT_NIGHTLY_REPOS = ['cli', 'lib'];
+    var DEFAULT_NIGHTLY_REPOS = ['cli', 'lib', 'fetch', 'common', 'create'];
 
     var opt = flagutil.registerHelpFlag(optimist);
     opt = flagutil.registerRepoFlag(opt);

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ccf5841f/src/npm-publish.js
----------------------------------------------------------------------
diff --git a/src/npm-publish.js b/src/npm-publish.js
index 9fe34cf..7267bcb 100644
--- a/src/npm-publish.js
+++ b/src/npm-publish.js
@@ -64,7 +64,7 @@ function *publishTag(options) {
         process.exit(1);
     }
 
-    var repos = flagutil.computeReposFromFlag(argv.r);
+    var repos = flagutil.computeReposFromFlag(argv.r, { includeModules: true });
 
     //npm publish --tag argv.tag
     yield repoutil.forEachRepo(repos, function*(repo) {


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