Skip to content
New issue

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

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

Already on GitHub? # to your account

Support environment variable for patch output path #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

siemova
Copy link

@siemova siemova commented Aug 17, 2023

Resolves #12 by adding support for environment variable VENDOR_PATCHES_OUTPUT_PATH. Its value may be absolute, but must ultimately be relative to the repository. If so, PatchFileFactory::createPatchFilePath() will use it; otherwise, it will fall back to the current default path: "patches".

Incidentally fixes some directory separators under Windows, and a few typos.

@siemova siemova force-pushed the env_patch_output_path branch 2 times, most recently from dcc17cc to 6653769 Compare August 17, 2023 16:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable configuring patches directory path
1 participant