Uh oh!
There was an error while loading. Please reload this page.
build: add missing files to zip and 7z packages - #8069
Conversation
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages.
| call :getnodeversion || exit /b 1 | ||
| if "%target%"=="Clean" rmdir /Q /S "%~dp0%config%\node-v%FULLVERSION%-win-%target_arch%" > nul 2> nul |
There was a problem hiding this comment.
On my box this deletes only Release\node-v7.0.0-win-x64, leaving other configurations
There was a problem hiding this comment.
clean will clear stuff under the selected configuration config (which defaults to Release unless debug is passed as an argument to vcbuild.bat). This is consistent with msbuild which only clears out the object files for the selected configuration with clean.
bzoz
commented
Aug 12, 2016
Added a comment about |
mhdawson
commented
Aug 12, 2016
@orangemocha@joaocgreis can you take a look and comment. |
joaocgreis
commented
Aug 17, 2016
LGTM Note that the MSI installs the manifests in the system. Here, they will have to be installed manually by users. I think it's good to enable them to. |
jasnell
commented
Aug 17, 2016
LGTM |
mhdawson
commented
Aug 25, 2016
LGTM, will land. |
mhdawson
commented
Aug 25, 2016
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages. PR-URL: #8069 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
mhdawson
commented
Aug 25, 2016
CI run was good, landed as 18017d6 |
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages. PR-URL: nodejs#8069 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages. PR-URL: #8069 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
MylesBorins
commented
Sep 30, 2016
@richardlau should this be backported? |
richardlau
commented
Oct 1, 2016
@thealphanerd Yes, please |
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages. PR-URL: #8069 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages. PR-URL: #8069 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man to the zip and 7z packages. PR-URL: #8069 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Checklist
, ormake -j4 test(UNIX)vcbuild test nosign package(Windows) passesAffected core subsystem(s)
build
Description of change
Add nodevars.bat, node_etw_provider.man and node_perfctr_provider.man
to the zip and 7z packages. These files are already being installed by the msi
installer (with default options).