Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[--overlay-ports] Show location of overriden ports during install plan #7002

Merged
merged 3 commits into from
Jun 24, 2019

Conversation

vicroms
Copy link
Member

@vicroms vicroms commented Jun 23, 2019

Fixes #6991

Sample output:

PS C:\src\vcpkg> ./vcpkg install sqlitecpp --dry-run --overlay-ports=C:/ports/sqlite3
The following packages will be built and installed:
  * sqlite3[core]:x86-windows -- c:\ports\sqlite3
    sqlitecpp[core]:x86-windows
Additional packages (*) will be modified to complete this operation.

@vicroms vicroms self-assigned this Jun 23, 2019
@vicroms vicroms added the info:internal This PR or Issue was filed by the vcpkg team. label Jun 23, 2019
@vicroms vicroms changed the title [--overlay-ports] Show source location of overlayed ports during install plan [--overlay-ports] Show source location of overriden ports during install plan Jun 23, 2019
@vicroms vicroms changed the title [--overlay-ports] Show source location of overriden ports during install plan [--overlay-ports] Show location of overriden ports during install plan Jun 24, 2019
@vicroms vicroms merged commit 9e565e9 into microsoft:master Jun 24, 2019
@vicroms vicroms deleted the pr/ports-overlay-print-plan branch June 26, 2019 17:02
strega-nil pushed a commit to strega-nil/vcpkg that referenced this pull request May 5, 2021
microsoft#7002)

* [--overlay-ports] Show source location of overlayed ports during install plan

* Code cleanup

* Code cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install with --dry-run and --overlay-ports should indicate ports from overlay locations
1 participant