Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-coho/pull/116#discussion_r63146261
--- Diff: src/nightly.js ---
@@ -139,13 +139,11 @@ function *updatePlatformsFile(file, shajson) {
var repos = flagutil.computeReposFromFlag('active-platform');
yield repoutil.forEachRepo(repos, function*(repo) {
- if(repo.id === 'windows') {
- platformsJS[repo.id].version = shajson[repo.id];
- platformsJS['windows8'].version = shajson[repo.id];
- } else if(repo.id === 'blackberry') {
+ if (repo.id === 'blackberry') {
--- End diff --
This function is not used anywhere in the code, please remove it for now.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]