SAP / SapMachine-infrastructure

Tools, scripts and infrastructure required to built, test and maintain the SapMachine project
Apache License 2.0
21 stars 14 forks source link

Rename the folder 'SapMachine-Infrastructure' to #36

Closed chalstrick closed 1 year ago

chalstrick commented 1 year ago

'SapMachine-infrastructure'

The main repository for SapMachine-infrastructure is https://github.com/SAP/SapMachine-infrastructure/ . Based on git's default behaviour for 'git clone' this repository will be cloned into a local repository 'SapMachine-infrastructure'. But in the jenkins environment on ci.sapmachine.io the scripts and jobs will explicitly clone this repo in a folder 'SapMachine-Infrastructure' where only the second 'i' is capitalized. Developer of scripts and jobs have to keep in mind that the local folder name is different from the last part of the git repo name. This commit renames the folder name SapMachine-Infrastructure to SapMachine-infrastructure everywhere where the old name is mentioned in the main branch of mentioned repository.

This commit was produced by the following command:

git grep -l SapMachine-Infrastructure | xargs sed -i '' -e 's/SapMachine-Infrastructure/SapMachine-infrastructure/g'

When this commit is checked out the following command visualizes nicely the exact character-level changes the commit introduced:

git show --word-diff-regex=.