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

Allow the ability to add the configured sources when using the --source option #72

Closed
ferventcoder opened this issue Feb 5, 2015 · 2 comments · Fixed by #2649
Closed
Assignees
Milestone

Comments

@ferventcoder
Copy link
Member

So that when testing things depending on packages, its just easier.

@ferventcoder ferventcoder added this to the 0.9.10 milestone Feb 5, 2015
@ferventcoder ferventcoder modified the milestones: 0.9.10, 0.9.10.x May 20, 2015
@dragon788
Copy link
Contributor

dragon788 commented Nov 1, 2016

I always end up doing the choco install pkgname -fdv -y -s"." and forgetting to add the default URL, this will be awesome.

TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Mar 11, 2022
This adds the --include-machine-sources switch which will append any
sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified and machine sources are
combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Mar 21, 2022
This adds the --include-machine-sources switch which will append any
sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified and machine sources are
combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue May 8, 2022
This adds the --include-machine-sources switch which will append any
sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified and machine sources are
combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue May 10, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jun 27, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
@TheCakeIsNaOH TheCakeIsNaOH self-assigned this Jul 30, 2022
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Aug 11, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Aug 11, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Aug 12, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Sep 23, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Sep 23, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Dec 22, 2022
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jan 7, 2023
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jan 13, 2023
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jun 16, 2023
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jul 1, 2023
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jul 1, 2023
This adds the --include-sources-from-config switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
@gep13 gep13 modified the milestones: Future, 2.3.0 Dec 14, 2023
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jan 9, 2024
This adds the --include-configured-sources switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
TheCakeIsNaOH added a commit to TheCakeIsNaOH/choco that referenced this issue Jan 9, 2024
This adds the --include-configured-sources switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
gep13 pushed a commit to TheCakeIsNaOH/choco that referenced this issue Apr 25, 2024
This adds the --include-configured-sources switch which will append
any sources in the config to manually specified sources (via --source).
It checks if the source already exists before appending, which prevents
duplication when the manually specified sources and the sources from
config are combined.
@gep13 gep13 changed the title When specifying source, also have --include-default-sources When specifying source, also have --include-configured-sources Apr 25, 2024
gep13 added a commit that referenced this issue Apr 25, 2024
(#72) Add ability to include sources from config
@gep13 gep13 added 4 - Done and removed 3 - Review labels Apr 25, 2024
gep13 added a commit that referenced this issue May 22, 2024
WIth the inclusion of the --include-configured-sources option for the
upgrade, search, info, install, and outdated commands, Pester tests
have been added to ensure that it appears correctly during tab
expansion.

While making this change, the decision was taken to include all the
options that exist for each command.
gep13 added a commit to gep13/choco that referenced this issue May 24, 2024
In these release, it is now possible to include already configured
sources, i.e. in the chocolatey.config file, using an option on the
info, install, outdated, search, and upgrade commands.

This commit adds tests to cover these being included.
corbob pushed a commit to gep13/choco that referenced this issue May 27, 2024
In these release, it is now possible to include already configured
sources, i.e. in the chocolatey.config file, using an option on the
info, install, outdated, search, and upgrade commands.

This commit adds tests to cover these being included.
gep13 added a commit to gep13/choco that referenced this issue May 28, 2024
In these release, it is now possible to include already configured
sources, i.e. in the chocolatey.config file, using an option on the
info, install, outdated, search, and upgrade commands.

This commit adds tests to cover these being included.
@pauby pauby changed the title When specifying source, also have --include-configured-sources Allow the ability to add the configured sources when using the --source option May 28, 2024
vexx32 pushed a commit to gep13/choco that referenced this issue May 30, 2024
In these release, it is now possible to include already configured
sources, i.e. in the chocolatey.config file, using an option on the
info, install, outdated, search, and upgrade commands.

This commit adds tests to cover these being included.
gep13 added a commit to gep13/choco that referenced this issue May 30, 2024
In these release, it is now possible to include already configured
sources, i.e. in the chocolatey.config file, using an option on the
info, install, outdated, search, and upgrade commands.

This commit adds tests to cover these being included.
gep13 added a commit that referenced this issue Jun 5, 2024
* release/2.3.0: (153 commits)
  (#23) Move call to SetRemotePackageNamesIfAllSpecified
  (#1901) Revert commit to display location
  (maint) Update Authenticode Signature
  (tests) Some minor tweaks for test consistency
  (#310) Set-EnvironmentVariable: delete values properly
  (tests) Remove v2 import tests
  (#310) Fix test issues
  (#310) Fixup v2 compatibility
  (tests) Working on tests during pairing session
  (#2050) Add Pester test for --ignore-pinned option
  (#3381) Add Pester tests for rule command
  (#1144) Add Pester test to cover hash validation
  (#72) Add Pester tests to cover new functionality
  (test) Update assertions for push commands
  (#1310) Add Pester test to validate output
  (#23) Add tests to handle install all
  (#2200) Add test for new enhanced exit code
  (#1764) Add test for new enhanced exit code
  (#1760) Add test for new enhanced exit code
  (#1759) Add test for new enhanced exit code
  ...
@choco-bot
Copy link

🎉 This issue has been resolved in version 2.3.0 🎉

The release is available on:

Your GitReleaseManager bot 📦 🚀

gep13 added a commit that referenced this issue Jun 5, 2024
* master: (37 commits)
  (#310) Fix path to chocolatey.lib files
  (maint) Corrected casing of file
  (#23) Move call to SetRemotePackageNamesIfAllSpecified
  (#1901) Revert commit to display location
  (maint) Update Authenticode Signature
  (tests) Some minor tweaks for test consistency
  (#310) Set-EnvironmentVariable: delete values properly
  (tests) Remove v2 import tests
  (#310) Fix test issues
  (#310) Fixup v2 compatibility
  (tests) Working on tests during pairing session
  (#2050) Add Pester test for --ignore-pinned option
  (#3381) Add Pester tests for rule command
  (#1144) Add Pester test to cover hash validation
  (#72) Add Pester tests to cover new functionality
  (test) Update assertions for push commands
  (#1310) Add Pester test to validate output
  (#23) Add tests to handle install all
  (#2200) Add test for new enhanced exit code
  (#1764) Add test for new enhanced exit code
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants