From 0b43623188e0851c4b6eda4758d418db3d79c3a8 Mon Sep 17 00:00:00 2001 From: Philip Li Date: Thu, 21 Nov 2024 20:06:48 +0800 Subject: [PATCH] repo/linux: update media repos Per the request from Mauro On Thu, Nov 21, 2024 at 08:27:31AM +0100, Mauro Carvalho Chehab wrote: > Recently, we changed our development trees at linuxtv.org. In the past, we > had https://git.linuxtv.org/media_stage.git and https://git.linuxtv.org/media_tree.git. > > Now, we're using: > > https://git.linuxtv.org/media-ci/media-pending.git/ > > For patches that will go to -next (can be rebased as needed), and: > > https://git.linuxtv.org/media.git > > meant to be the stable tree. > > On both trees, we have two branches: > > fixes > next > > Right now, we're keeping media.git mirrored at media_stage/media_tree, > but we're planning to drop such trees during this kernel cycle. Signed-off-by: Philip Li --- repo/linux/linuxtv-media | 4 ++++ repo/linux/{linuxtv-media-stage => linuxtv-media-pending} | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 repo/linux/linuxtv-media rename repo/linux/{linuxtv-media-stage => linuxtv-media-pending} (95%) diff --git a/repo/linux/linuxtv-media b/repo/linux/linuxtv-media new file mode 100644 index 000000000..c7479eaef --- /dev/null +++ b/repo/linux/linuxtv-media @@ -0,0 +1,4 @@ +url: https://git.linuxtv.org/media.git +owner: Mauro Carvalho Chehab +notify_build_success_branch: .* +mail_cc: linux-media@vger.kernel.org diff --git a/repo/linux/linuxtv-media-stage b/repo/linux/linuxtv-media-pending similarity index 95% rename from repo/linux/linuxtv-media-stage rename to repo/linux/linuxtv-media-pending index 62e93ef4e..9aa389f69 100644 --- a/repo/linux/linuxtv-media-stage +++ b/repo/linux/linuxtv-media-pending @@ -1,4 +1,4 @@ -url: https://git.linuxtv.org/media_stage.git +url: https://git.linuxtv.org/media-ci/media-pending.git owner: Mauro Carvalho Chehab notify_build_success_branch: .* integration_testing_branches: master