Nightly build #1282 for cordova has succeeded!

2020-01-01 Thread Apache Jenkins Server
Nightly build #1282 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/1282/consoleFull - Jenkins for Apache Cordova

Re: Questions about cordova-coho

2020-01-01 Thread julio cesar sanchez
I have GitHub set to use 2FA but I always use https, you just need to add a token or something (I just did it a few weeks ago and already forgot how I did it) El El mié, 1 ene 2020 a las 19:01, Niklas Merz escribió: > Oops forgott to past the links > > [1]

Re: [DISCUSS] cordova-windows 7.0.1 patch release

2020-01-01 Thread Niklas Merz
@Chris Brody Great, you should see your key automatically added to https://people.apache.org/keys/group/cordova.asc in the next 24 hours. That worked for me and is described here: https://www.apache.org/dev/new-committers-guide.html#set-up-security-and-pgp-keys Am 01.01.20 um 20:54 schrieb Chris

Re: [DISCUSS] cordova-windows 7.0.1 patch release

2020-01-01 Thread Chris Brody
I just added my gpg fingerprint to my profile in id.apache.org, as suggested by Niklas Merz. I hope I did it right, please let me know if I got it wrong. Thanks for the quick review. On Sun, Dec 29, 2019 at 2:03 PM Chris Brody wrote: > Resending with version number corrected in both subject

Re: [VOTE] cordova-windows 7.0.1 patch release

2020-01-01 Thread Niklas Merz
(sending again because of formatting issues, Thunderbird can be hard to use) +1 * Confirmed sigs & hashes with `coho verify-archive` * Verified sha1s match tags with `coho verify-tags` * Did a quick review of the commits of the diff for this tag

Re: [VOTE] cordova-windows 7.0.1 patch release

2020-01-01 Thread Niklas Merz
+1 |* Confirmed sigs & hashes with `coho verify-archive` |||* Verified sha1s match tags with `coho verify-tags` * Did a quick review of the commits of the diff for this tag https://github.com/apache/cordova-windows/compare/7.0.0...7.0.1 * CI is green for 3ba08bd80a|| Am 31.12.19 um 19:14

[DISCUSS] cordova-windows 7.0.1 patch release

2020-01-01 Thread Niklas Merz
Hello, I am reviewing cordova-windows@7.0.1 right now and had a similar problem like with xcode recently [2]. This is not a problem with the release, but a thing I stumbled on while doing the review. Because I just downloaded the keys for the PMC the verify failed. I had to download the keys for

Re: Questions about cordova-coho

2020-01-01 Thread Niklas Merz
Oops forgott to past the links [1] https://github.com/apache/cordova-contribute [2] https://github.com/apache/cordova-coho/tree/master/docs [3] https://github.com/apache/cordova-coho/blob/master/docs/committer-workflow.md Thanks Chris. Your workflow sounds good. I think I will figure out what

Re: Questions about cordova-coho

2020-01-01 Thread Chris Brody
I generally clone with the https address and then add a second git remote with the ssh URL that I can push to. I use this technique to hopefully reduce the chance of doing git push with something wrong. One trick I discovered is that you can use the https address from the address bar when

Questions about cordova-coho

2020-01-01 Thread Niklas Merz
Happy New Year everyone, I am still going through documents and repos to find more about the development processes and tools in Cordova. I found those two seemingly most relevant repos [1] and [2]. While going through this doc and setting up [3], I wondered why cordova-coho just uses HTTPS for