cookbook 'msys2', '~> 2.0.8'
msys2 (13) Versions 2.0.8 Follow0
Installs/Configures MSYS2
cookbook 'msys2', '~> 2.0.8', :supermarket
knife supermarket install msys2
knife supermarket download msys2
MSYS2 Cookbook
This cookbook will install MSYS2 and has LWRPs to interact with the MSYS2 environment.
This was built as an alternative for mingw that focuses moreso on the MSYS2 environment and allows you to utilize MSYS2 like a small UNIX environment within your Windows node.
Platform
- Windows
Recipes
- default: Will install MSYS2, optionally update all of the packages, and optionally install packages set in the attributes.
Resources
Bolded actions are the default actions.
-
msys2_installer
: Installs MSYS2.-
:run
: Installs MSYS2. - Configured with
node['msys2']['install_dir']
.
-
-
msys2_package
: Installs a package in MSYS2.-
:install
: Installs a package. -
:remove
: Removes a package.
-
-
msys2_execute
: Executes a command within the MSYS2 environment.-
:run
: Runs a command. -
cwd
: Runs the command from a different directory. Default directory is/
. -
returns
: Checks the return value for success. Default successful return value is0
. -
environment
: A hash that contains environmental variables that should be set before execution. -
live_stream
: Outputs the command in execution as it runs. -
sensitive
: Prevents all output from being written out due to sensitive information. -
msystem
: Sets the MSYS2 environment to run the command from. Available values are:msys :mingw32 :mingw64
.
-
-
msys2_update
: Updates all packages in MSYS2.-
:run
: Updates all packages in MSYS2.
-
Attributes
-
node['msys2']['install_dir']
: The directory to install MSYS2 to. -
node['msys2']['auto_update']
: Will automatically update all packages whenmsys2::default
is run. -
node['msys2']['packages']
: Packages to assure are installed whenmsys2::default
is run. -
node['msys2']['default_env']
: The default MSYS2 environment to run commands in. Options include::msys :mingw32 :mingw64
. -
node['msys2']['verbose']
: Makes all commands run verbose. -
node['msys2']['override_package']
: Makes MSYS2 handle allpackage
resources run on the Windows node. -
node['msys2']['override_execute']
: Makes MSYS2 handle allexecute
resources run on the Windows node.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
apache2 Cookbook Changelog
This file is used to list changes made in each version of the msys2 cookbook.
2.0.8 - 2024-05-06
2.0.7 - 2024-05-06
2.0.6 - 2023-10-03
2.0.5 - 2023-09-04
2.0.4 - 2023-09-04
2.0.3 - 2023-05-03
2.0.2 - 2023-04-01
2.0.1 - 2023-03-13
2.0.0 - 2023-03-13
- Update workflows to 2.0.1
- Remove mdl and replace with markdownlint-cli2
- Require Chef 15.3+ for unified_mode support
- Update tested platforms
- Cookstyle fixes
Collaborator Number Metric
2.0.8 passed this metric
Contributing File Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
2.0.8 passed this metric
No Binaries Metric
2.0.8 passed this metric
Testing File Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.0.8 passed this metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
2.0.8 passed this metric
No Binaries Metric
2.0.8 passed this metric
Testing File Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.0.8 passed this metric
2.0.8 passed this metric
Testing File Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.0.8 failed this metric
2.0.8 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number