Uh oh!
There was an error while loading. Please reload this page.
v7.x backport - doc: correct vcbuild options for windows testing - #10686
v7.x backport - doc: correct vcbuild options for windows testing#10686gibfahn wants to merge 1 commit into
Conversation
gibfahn
commented
Jan 8, 2017
@jboarman I reopened your PR, the commit is still attributed to you, let me know if that's okay. |
@MylesBorins this needs to land on v7, v6, and v4 (but not master), should I retarget this PR to EDIT: Did that, let me know if it's wrong... |
gibfahn
commented
Jan 8, 2017
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members.
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: #10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
jasnell
commented
Jan 10, 2017
Landed in ed9b6c1 |
gibfahn
commented
Jan 16, 2017
@jasnell it looks like ed9b6c1 landed in @nodejs/lts what do we do now? Do we revert this in master? |
jasnell
commented
Jan 16, 2017
aw dangit... I must have forgotten to switch branches. ok, thanks for spotting this. glad it wasn't something more substantial |
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: nodejs#10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: nodejs#10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: nodejs#10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: nodejs#10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
376b9a4 to
506a50bComparejoaocgreis
commented
Feb 7, 2017
This has landed correctly in |
MylesBorins
commented
Feb 7, 2017
@joaocgreis please hold off on backporting to staging. We generally don't land anything until it has lived in master for at least two weeks. We are also mid release cycle, so anything on staging will need to be rebased. If you want to guarantee that specific commits land together I suggest opening a backport PR |
gibfahn
commented
Feb 8, 2017
@MylesBorins this is a docs-only bugfix PR, which also only affects people building from source on Windows (it only changes |
MylesBorins
commented
Feb 8, 2017
Ah, didn't realize it was docs only... backport away, I can wrap it into the next release |
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: #10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
joaocgreis
commented
Feb 8, 2017
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: #10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
joaocgreis
commented
Feb 9, 2017
Landed in I believe we now have this correct in all branches. |
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: #10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Corrected parameter for running tests on Windows. Without the corrected parameters, Windows users encounter an error about failing to sign the build, "Failed to sign exe", which can be discouraging to new Windows community members. PR-URL: #10686 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Corrected parameter for running tests on Windows. Without the corrected
parameters, Windows users encounter an error about failing to sign the
build, "Failed to sign exe", which can be discouraging to new Windows
community members.
Reopened version of #10112, I added
.\and changedtest nosign->nosign testas per comments in that PR (and also change commit message to be <50 chars).Checklist
Affected core subsystem(s)
doc, win