openshift / machine-api-provider-ibmcloud

Apache License 2.0
0 stars 12 forks source link

Synch repo cluster-api-provider-ibmcloud with machine-api-provider-ibmcloud #1

Closed Karthik-K-N closed 2 years ago

Karthik-K-N commented 2 years ago

Following actions has been performed

Fork the repo https://github.com/openshift/machine-api-provider-ibmcloud

Clone the forked repo locally

git remote add old https://github.com/openshift/cluster-api-provider-ibmcloud.git

git fetch old

git checkout -b mergebranch

git merge --allow-unrelated-histories old/main

Push the changes

Karthik-K-N commented 2 years ago

Added initial code to synch the repo

/cc @elmiko

elmiko commented 2 years ago

thanks @Karthik-K-N , this looks good for the initial code drop. we've got a bunch of cleanup to do, eg removing the old repo location/name. i think we will need a staff engineer to manually merge this, or i think Joel can next week when he is back.

Karthik-K-N commented 2 years ago

thanks @Karthik-K-N , this looks good for the initial code drop. we've got a bunch of cleanup to do, eg removing the old repo location/name. i think we will need a staff engineer to manually merge this, or i think Joel can next week when he is back.

ok sure, I have already changed occurence of cluster-api-provider-ibmcloud with machine-api-provider-ibmcloud wherever i have seen in the latest commit.

elmiko commented 2 years ago

that's awesome @Karthik-K-N , i'll spend some time reviewing and find out who can merge this for us.