-
Notifications
You must be signed in to change notification settings - Fork 908
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
Support empty directories within Chocolatey template folder #1003
Labels
5 - Released
Improvement
IN REGRESSION TEST SUITE
These are things that are handled by tools like Test-Kitchen
Priority_LOW
Milestone
Comments
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Oct 13, 2021
Create the full directory structure of the a custom template before the files are written. This is so empty directories in the template are replicated in the new package.
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Oct 13, 2021
Create the full directory structure of a custom template before the files are written. This is so empty directories in the template are replicated in the new package.
7 tasks
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Oct 23, 2021
Create the full directory structure of a custom template before the files are written. This is so empty directories in the template are replicated in the new package.
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Oct 23, 2021
Validates that empty directories from a custom template are recreated in the generated package source.
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Nov 13, 2021
Create the full directory structure of a custom template before the files are written. This is so empty directories in the template are replicated in the new package.
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Nov 13, 2021
Validates that empty directories from a custom template are recreated in the generated package source.
gep13
pushed a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Dec 23, 2021
Create the full directory structure of a custom template before the files are written. This is so empty directories in the template are replicated in the new package.
gep13
pushed a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Dec 23, 2021
Validates that empty directories from a custom template are recreated in the generated package source.
gep13
added a commit
that referenced
this issue
Dec 23, 2021
(#1003) Include empty directories from templates
corbob
added
the
ADD AUTO TESTS
Things that typically go to Test-Kitchen - once completed, IN REGRESSION TEST SUITE label added
label
Jan 5, 2022
gep13
changed the title
If there is an empty directory in a templates directory, please include it in the new packages when the template is called
Support empty directories within Chocolatey template folder
Jan 17, 2022
corbob
added
IN REGRESSION TEST SUITE
These are things that are handled by tools like Test-Kitchen
and removed
ADD AUTO TESTS
Things that typically go to Test-Kitchen - once completed, IN REGRESSION TEST SUITE label added
labels
Feb 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Released
Improvement
IN REGRESSION TEST SUITE
These are things that are handled by tools like Test-Kitchen
Priority_LOW
currently it seems that when there is a template under $env:ChocolateyInstall\templates\ and that template has a empty directory in it, say code. If one was to call that template when making a new package (choco new pkg_name -t pkg_template). When chocolatey creates the new package, the empty directory is never created.
The text was updated successfully, but these errors were encountered: