Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Community resource to manage Chocolatey

License

NotificationsYou must be signed in to change notification settings

chocolatey/cChoco

BranchStatus
masterBuild status
developmentBuild status

Join the chat at https://gitter.im/chocolatey/cChoco

This resource is aimed at getting and installing packages using Chocolatey.

The resource takes the name of the package and will then install that package.

SeeExampleConfig.ps1 for example usage.

See list of packages here:https://chocolatey.org/packages

Contributing

Happy to accept new features and fixes. Outstanding issues which can be worked on taggedUp For Grabs under issues.

Submitting a PR

Here's the general process of fixing an issue in the DSC Resource Kit:

  1. Fork the repository.
  2. Clone your fork to your machine.
  3. It's preferred to create a non-master working branch where you store updates.
  4. Make changes.
  5. Write pester tests to ensure that the issue is fixed.
  6. Submit a pull request to the development branch.
  7. Make sure all tests are passing in AppVeyor for your pull request.
  8. Make sure your code does not contain merge conflicts.
  9. Address comments (if any).

Build and Publishing

AppVeyor is used to package up the resource and publish to the PowerShell Gallery (on successful build from a newly pushed tag only).

The AppVeyor scripts do the following:

  • Test the resources using 'xDSCResourceDesigner'
  • Verify best practises using 'PSScriptAnalyzer'
  • Update the version in the manifest file
  • Publish the module to the PowerShell gallery
  • Check in updated manifest file to GitHub

To build:

  1. UpdateModuleVersion incChoco.psd1 - usemajor.minor.patch.0;
  2. Updateversion inappveyor.yml - usemajor.minor.patch.{build};
  3. Merge development branch to master -git checkout master,git merge development,git push origin;
  4. Tag master with new version -git tag v<major.minor.patch>;
  5. Push changes with taggit push origin v<major.minor.patch>

Known Issues / Troubleshooting

WS-Management - Exceeds the maximum envelope size allowed

The maximum envelope size for WinRM is not sufficient for installing large packages. To increase the envelope size usewinrm set winrm/config @{MaxEnvelopeSizekb=”153600″} - this example will increase it to 150MB.

About

Community resource to manage Chocolatey

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors29


[8]ページ先頭

©2009-2025 Movatter.jp