From c3ec64dd2c06b8722b766ab35cd746fe77bb03f1 Mon Sep 17 00:00:00 2001 From: Jiaqi Cheng Date: Fri, 7 Nov 2025 15:19:45 +0800 Subject: [PATCH] Add two branchs of openEuler-24.03-LTS-SP3 and openEuler-24.03-LTS-Next --- sig/sig-UnifiedBus/src-openeuler/c/cdma.yaml | 6 ++++++ sig/sig-UnifiedBus/src-openeuler/u/ubctl.yaml | 8 +++++++- sig/sig-UnifiedBus/src-openeuler/u/ubutils.yaml | 8 +++++++- sig/sig-UnifiedBus/src-openeuler/u/ummu.yaml | 8 +++++++- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/sig/sig-UnifiedBus/src-openeuler/c/cdma.yaml b/sig/sig-UnifiedBus/src-openeuler/c/cdma.yaml index 21313cc7c..7c6cfba72 100644 --- a/sig/sig-UnifiedBus/src-openeuler/c/cdma.yaml +++ b/sig/sig-UnifiedBus/src-openeuler/c/cdma.yaml @@ -4,4 +4,10 @@ upstream: https://gitee.com/openeuler/cdma branches: - name: master type: protected +- name: openEuler-24.03-LTS-Next + type: protected + create_from: master +- name: openEuler-24.03-LTS-SP3 + type: protected + create_from: openEuler-24.03-LTS-Next type: public diff --git a/sig/sig-UnifiedBus/src-openeuler/u/ubctl.yaml b/sig/sig-UnifiedBus/src-openeuler/u/ubctl.yaml index 62cefa1f8..f6eb8f047 100644 --- a/sig/sig-UnifiedBus/src-openeuler/u/ubctl.yaml +++ b/sig/sig-UnifiedBus/src-openeuler/u/ubctl.yaml @@ -4,4 +4,10 @@ upstream: https://gitee.com/openeuler/ubctl branches: - name: master type: protected -type: public \ No newline at end of file +- name: openEuler-24.03-LTS-Next + type: protected + create_from: master +- name: openEuler-24.03-LTS-SP3 + type: protected + create_from: openEuler-24.03-LTS-Next +type: public diff --git a/sig/sig-UnifiedBus/src-openeuler/u/ubutils.yaml b/sig/sig-UnifiedBus/src-openeuler/u/ubutils.yaml index 7975ec557..64c0e0c9c 100644 --- a/sig/sig-UnifiedBus/src-openeuler/u/ubutils.yaml +++ b/sig/sig-UnifiedBus/src-openeuler/u/ubutils.yaml @@ -4,4 +4,10 @@ upstream: https://gitee.com/openeuler/ubutils branches: - name: master type: protected -type: public \ No newline at end of file +- name: openEuler-24.03-LTS-Next + type: protected + create_from: master +- name: openEuler-24.03-LTS-SP3 + type: protected + create_from: openEuler-24.03-LTS-Next +type: public diff --git a/sig/sig-UnifiedBus/src-openeuler/u/ummu.yaml b/sig/sig-UnifiedBus/src-openeuler/u/ummu.yaml index 1b38d1f54..4ea784106 100644 --- a/sig/sig-UnifiedBus/src-openeuler/u/ummu.yaml +++ b/sig/sig-UnifiedBus/src-openeuler/u/ummu.yaml @@ -4,4 +4,10 @@ upstream: https://gitee.com/openeuler/ummu branches: - name: master type: protected -type: public \ No newline at end of file +- name: openEuler-24.03-LTS-Next + type: protected + create_from: master +- name: openEuler-24.03-LTS-SP3 + type: protected + create_from: openEuler-24.03-LTS-Next +type: public -- Gitee