What's Changed
New functionality
- Added cherry-pick functionality to cmssw_deploy by @nothingface0 in #21
- Add help text for cmssw_deploy by @nothingface0 in #22
Fixes/cleanup
- Make use of the existing
ScramCache
implementation forcmssw_deploy
by @nothingface0 in #13 - Use the
update
subcommand instead of the --ignore-scram-cache arg by @nothingface0 in #14 - Remove unused
--repo
argument by @nothingface0 in #15 - Update README by @nothingface0 in #16
- Update README and .gitignore by @nothingface0 in #17
- Renamed a variable to make it clearer that it is a constant by @nothingface0 in #18
- Make cmssw_deploy call Popen in text mode by @nothingface0 in #19
- Fix check for CMSSW_BASE in environment by @nothingface0 in #20
Full Changelog: 1.10.1...1.11.0