From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 6 Sep 2018 21:47:26 +0200 From: "Ana Guerrero Lopez" Subject: merging kernelci-build with lava-ci Message-ID: <20180906194726.GA16832@delenn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-ID: To: kernelci@groups.io Hi! We discussed in one of the weekly meetings the idea of merging kernelci-build with lava-ci. I took a quick look at this and as hoped, they can be both merged easily. The easiest seems to merge kernelci-build (~200 commits) into lava-ci (~800 commits), the only conflict is the README.md file so this file needs to be removed from kernelci-build before the merge. Then both repositories can be merged with merge --allow-unrelated-histories. The steps I followed: $ git clone https://github.com/kernelci/lava-ci-staging && cd lava-ci-staging $ git remote add kernelci-build https://github.com/kernelci/kernelci-build-staging.git $ git fetch kernelci-build/master $ git merge --allow-unrelated-histories kernelci-build/master And exactly the same procedure works for the staging repositories kernelci-build-staging and lava-ci-staging. You can browse the resulting repositories at: https://gitlab.collabora.com/ana/kci.lava-ci-staging https://gitlab.collabora.com/ana/kci.lava-ci Is there any objection against doing the merge of this two repositories next week? Do you have any preference for the name of the new resulting repository? For the sake of suggesting something, what about just "kernelci" or maybe "kernelci-core"? Cheers, Ana