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

Add support for specifying additional floppy/_packer_config*.cmd files #235

Merged
merged 2 commits into from
Mar 6, 2020

Conversation

arizvisa
Copy link
Contributor

@arizvisa arizvisa commented Mar 2, 2020

This PR splits up some of the functionality from PR #229 that allows the user to specify more than one floppy/_packer_config.cmd file as long as the custom configuration corresponds to the glob floppy/_packer_config*.cmd. This is done as the aforementioned functionality requires modifying all of the templates and is an addition claimed by the author of #229's to be a requirement of their PR.

As a consequence, this should simplify the review of the mentioned PR which modifies the functionality of the way in which we download files and at the same time allow other users to link in their own configurations which is relevant to both PRs #229 and #83.

…cifying custom configurations prior to the provisioning step.
…ad of floppy/_packer_config.cmd so that users can link-in custom configurations for the floppy step.
@arizvisa arizvisa added the enhancement This will introduce or improve an already existing capability label Mar 2, 2020
@arizvisa arizvisa self-assigned this Mar 2, 2020
@arizvisa arizvisa changed the title [WIP] Add support for specifying additional floppy/_packer_config*.cmd files Add support for specifying additional floppy/_packer_config*.cmd files Mar 2, 2020
@arizvisa
Copy link
Contributor Author

arizvisa commented Mar 2, 2020

Just need to run a smoke test on this really quick to confirm it doesn't break anything even though the logic is minimal.

@arizvisa
Copy link
Contributor Author

arizvisa commented Mar 6, 2020

Successfully tested this against the following templates:

$ find box -type f
box/vmware/eval-win10x86-enterprise-nocm-1.0.4.box
box/vmware/.gitignore
box/vmware/eval-win7x86-enterprise-nocm-1.0.4.box
box/virtualbox/.gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This will introduce or improve an already existing capability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant