opendata.cern.ch
opendata.cern.ch copied to clipboard
CMS: sw examples git clone https -> git clone git
A recent change in github disables git clone commands in format
git clone https://github.com/cms-opendata-validation/recotest.git
and they need to be replaced by
git clone git://github.com/cms-opendata-validation/recotest.git
NB This happens not only on Open Data VM, but also on lxplus with older release areas. Note that on the new 2010 VM, one can do git clone https on the normal shell because that protocol still works in a more recent environment.
Change the instructions in all sw records in
-
[x] https://github.com/cms-opendata-validation
-
[x] https://github.com/cms-opendata-analyses
- [x] pending https://github.com/cms-opendata-analyses/trigger_examples/tree/master/TriggerInfo/TriggerInfoAnalyzer PR done just for the 2011 branch and the non ssh key part, check the rest with @caredg
-
[ ] https://github.com/ayrodrig/pattuples2010 (should be forked to https://github.com/cms-opendata-analyses )
-
[x] cvs and ig code under https://github.com/tpmccauley?tab=repositories check with @tpmccauley
Check which records on the portal have the github link to the tagged version and change accordingly
- [ ] Add an entry for this in http://opendata.cern.ch/docs/cms-guide-troubleshooting
@tpmccauley Would you update https://github.com/tpmccauley/dimuon-filter as well, it is linked from http://opendata.cern.ch/record/552 (or should we link somewhere else?) Thanks!
This git clone git... has now been deprecated and the containers have been updated so that git clone https... should work