Skip to content

Commit

Permalink
config: pipeline: Fix alpha order for trees
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Paterson <[email protected]>
  • Loading branch information
patersonc authored and nuclearcat committed Oct 16, 2024
1 parent e0b1905 commit 04970af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1787,9 +1787,6 @@ jobs:

trees:

qcom:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git"

amlogic:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git"

Expand Down Expand Up @@ -1826,12 +1823,12 @@ trees:
clk:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git"

collabora-next:
url: 'https://gitlab.collabora.com/kernel/collabora-next.git'

collabora-chromeos-kernel:
url: 'https://gitlab.collabora.com/google/chromeos-kernel.git'

collabora-next:
url: 'https://gitlab.collabora.com/kernel/collabora-next.git'

efi:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git"

Expand Down Expand Up @@ -1880,6 +1877,9 @@ trees:
pm:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git"

qcom:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git"

renesas:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git"

Expand Down

0 comments on commit 04970af

Please sign in to comment.