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

Specify the behavior of vcpkg.io in Readme.md #1

Open
paul-michalik opened this issue Feb 15, 2018 · 2 comments
Open

Specify the behavior of vcpkg.io in Readme.md #1

paul-michalik opened this issue Feb 15, 2018 · 2 comments

Comments

@paul-michalik
Copy link
Owner

No description provided.

@paul-michalik paul-michalik changed the title Describe the behavior of vcpkg.io in the Readme.md Describe the behavior of vcpkg.io in Readme.md Feb 15, 2018
@paul-michalik paul-michalik reopened this Feb 15, 2018
@paul-michalik paul-michalik changed the title Describe the behavior of vcpkg.io in Readme.md Specify the behavior of vcpkg.io in Readme.md Feb 16, 2018
@ras0219-msft
Copy link

Let me know how/if we can help upstream :) I wouldn't be opposed to adding some lower level commands if they would be useful.

@paul-michalik
Copy link
Owner Author

Oh yeah, I will!

The idea is described in the Readme on the feature branch. Basically, we want to add a level of indirection which tries to "download and import" pre-built packages matching a specific revision of vcpkg repo before brewing... The opposite direction - "export and upload" - should also be supported.

Current upstream supports the "export" part to some extent. In our experiment we use the output of "vcpkg export --dry-run" and the content of the exported .list files to collect the artifacts. The opposite "vcpkg import" command exists but it's not really clear to me what it does. I filed a request for documenting this. If there was a "import --raw" command which acts as the opposite of "export --raw" things would be very easy.

In the end, I assume this should be doable by few invocations of vcpkg, git and robocopy plus minimal PowerShell, mainly for web requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants