-
Notifications
You must be signed in to change notification settings - Fork 100
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
The source is only be specified once in cChocoPackageInstallerSet #85
Labels
Milestone
Comments
Jark
changed the title
The source will only be set once in cChocoPackageInstallerSet
The source will only be specified once in cChocoPackageInstallerSet
Jun 22, 2017
Jark
changed the title
The source will only be specified once in cChocoPackageInstallerSet
The source is only be specified once in cChocoPackageInstallerSet
Jun 22, 2017
Jark
added a commit
to Jark/cChoco
that referenced
this issue
Jun 22, 2017
The cChocoPackageInstallerSet resource only provides the Source parameter to the first package being installed. This occurred due to historical reasons where the Source would be added to the system rather than being specified. This commit will pass the Source in for every package.
ferventcoder
added a commit
that referenced
this issue
Jun 22, 2017
…n-cchocopackageinstallset (GH-85) Pass the source to cChocoPackageInstallerSet correctly
This is fixed for the next release as well. |
ferventcoder
added a commit
that referenced
this issue
Aug 29, 2017
* development: (GH-71) Implemented cChocoFeature (GH-87) Moved to using reduced output (maint) formatting (GH-70) Apply Apache v2 Licensing (GH-85) Pass the source to cChocoPackageInstallerSet correctly (GH-44) Pass the Source to choco correctly Added version to example (GH-77) Push to gallery on new tags (maint) formatting (GH-72) PowerShell scripts in format for signing
jrdnr
added a commit
to jrdnr/cChoco
that referenced
this issue
Sep 1, 2017
…ages_for_faster_run * development: (chocolateyGH-87) Moved to using reduced output (maint) formatting (chocolateyGH-70) Apply Apache v2 Licensing (chocolateyGH-85) Pass the source to cChocoPackageInstallerSet correctly (chocolateyGH-44) Pass the Source to choco correctly Added version to example (chocolateyGH-77) Push to gallery on new tags (maint) formatting (chocolateyGH-72) PowerShell scripts in format for signing # Conflicts: # DSCResources/cChocoPackageInstall/cChocoPackageInstall.psm1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
cChocoPackageInstallerSet
resource only provides the Source parameter to the first package being installed, I believe this is because in the past it would add the Source as a new Chocolatey Source.I plan on adding a pull request shortly to fix this issue.
The text was updated successfully, but these errors were encountered: