cookbook 'msys2', '~> 1.0.3'
msys2 (4) Versions 1.0.3 Follow0
Installs/Configures MSYS2
cookbook 'msys2', '~> 1.0.3', :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.
LWRPs
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.
Collaborator Number Metric
1.0.3 passed this metric
Contributing File Metric
1.0.3 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
Foodcritic Metric
1.0.3 failed this metric
FC066: Ensure chef_version is set in metadata: msys2/metadata.rb:1
FC118: Resource property setting name_attribute vs. name_property: msys2/resources/execute.rb:12
FC118: Resource property setting name_attribute vs. name_property: msys2/resources/package.rb:12
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.3 passed this metric
Testing File Metric
1.0.3 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
1.0.3 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
1.0.3 passed this metric
1.0.3 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
Foodcritic Metric
1.0.3 failed this metric
FC066: Ensure chef_version is set in metadata: msys2/metadata.rb:1
FC118: Resource property setting name_attribute vs. name_property: msys2/resources/execute.rb:12
FC118: Resource property setting name_attribute vs. name_property: msys2/resources/package.rb:12
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.3 passed this metric
Testing File Metric
1.0.3 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
1.0.3 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
1.0.3 failed this metric
FC118: Resource property setting name_attribute vs. name_property: msys2/resources/execute.rb:12
FC118: Resource property setting name_attribute vs. name_property: msys2/resources/package.rb:12
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
1.0.3 passed this metric
Testing File Metric
1.0.3 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
1.0.3 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
1.0.3 failed this metric
1.0.3 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