Github user dylin commented on a diff in the pull request:
https://github.com/apache/cordova-blackberry/pull/169#discussion_r15130287
--- Diff: bin/templates/project/cordova/lib/build.js ---
@@ -81,10 +74,16 @@ try {
keystorepass = session.getKeyStorePass(command),
err;
+ // buildId is specified
+ if (command.buildId) {
+ bbwpArgv.push("--buildId");
+ bbwpArgv.push(command.buildId);
+ }
if (command.release) {
- copyArgIfExists("buildId");
if (command.signing) {
- //Note: Packager refers to signing password as
"password" not "keystorepass"
+ bbwpArgv.push("--signing");
--- End diff --
need pass `signing` to packager, otherwise it will check signing token,
password.
see
https://github.com/blackberry/cordova-blackberry/blob/dylin/fix-buildId-issue/bin/templates/project/cordova/lib/packager-validator.js#L60
---
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.
---