Skip to content

chore: rename `eicd` -> `EDM4eic`

Christopher Dilks requested to merge eicd-to-edm4hep into master
find . -name "*" -type f -print | grep -vE '\.git\/' | xargs sed -i 's/\<eicd\>/edm4eic/g'
find . -name "*" -type f -print | grep -vE '\.git\/' | xargs sed -i 's/\<EICD\>/EDM4EIC/g'

Edge cases:

  • did not change eicd in the Dependencies in README.md
  • changed edm4eic to EDM4eic in .gitlab-ci.yml
  • changed *_EICD_* variables to *_EDM4EIC_* in .gitlab-ci.yml

(branch name is a typo)

Edited by Christopher Dilks

Merge request reports