chore: rename `eicd` -> `EDM4eic`
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
eicdin the Dependencies inREADME.md - changed
edm4eictoEDM4eicin.gitlab-ci.yml - changed
*_EICD_*variables to*_EDM4EIC_*in.gitlab-ci.yml
(branch name is a typo)
Edited by Christopher Dilks