public inbox for kernelci@lists.linux.dev
 help / color / mirror / Atom feed
* merging kernelci-build with lava-ci
@ 2018-09-06 19:47 Ana Guerrero Lopez
  2018-09-06 22:13 ` [kernelci] " Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Ana Guerrero Lopez @ 2018-09-06 19:47 UTC (permalink / raw)
  To: kernelci


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-07  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 19:47 merging kernelci-build with lava-ci Ana Guerrero Lopez
2018-09-06 22:13 ` [kernelci] " Kevin Hilman
2018-09-07  8:49   ` Matt Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox