chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Provider::Package::Msu#read_cab_files_from_xml
msu package can contain multiple cab files Reading cab files from xml to ensure the order of installation in case of multiple cab files
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/provider/package/msu.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Provider--Package--Msu-read_cab_files_from_xml-for-pr
# Commit to gitgit add lib/chef/provider/package/msu.rbgit commit -m "better docs for Chef::Provider::Package::Msu#read_cab_files_from_xml"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Provider--Package--Msu-read_cab_files_from_xml-for-pr
hub pull-request
# Celebrate!