From e1dd78bfdb4dfa51f9bd19d96fb137ed48c3607a Mon Sep 17 00:00:00 2001 From: anchuanxu Date: Fri, 29 May 2020 10:56:56 +0800 Subject: [PATCH 1/5] add repository ros --- repository/src-openeuler.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 2f6d62894..4aa7e93ae 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14906,3 +14906,8 @@ repositories: protected_branches: - master type: public +- name: ros + description: "Migration to the openEular ROS package" + protected_branches: + - master + type: public -- Gitee From a05a6b78cfd01f673335113f72a7a0118fecb772 Mon Sep 17 00:00:00 2001 From: anchuanxu Date: Fri, 29 May 2020 11:59:02 +0800 Subject: [PATCH 2/5] add new repo address --- sig/sig-ROS/README.md | 1 + sig/sigs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/sig/sig-ROS/README.md b/sig/sig-ROS/README.md index 2fea728bd..d97a83801 100644 --- a/sig/sig-ROS/README.md +++ b/sig/sig-ROS/README.md @@ -39,3 +39,4 @@ repository地址: - https://gitee.com/openeuler/ros +- https://gitee.com/src-openeuler/ros diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 892d55615..be3984ebc 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -2993,6 +2993,7 @@ sigs: - name: sig-ROS repositories: - openeuler/ros + - src-openeuler/ros - name: sig-ai-bigdata repositories: - src-openeuler/jupyter -- Gitee From 1668977bf6a4433249b1d4a628f359305a6c0ccf Mon Sep 17 00:00:00 2001 From: anchuanxu Date: Fri, 29 May 2020 14:02:38 +0800 Subject: [PATCH 3/5] add ros-sig upstream tag --- repository/src-openeuler.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 4aa7e93ae..44fc7353f 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14908,6 +14908,7 @@ repositories: type: public - name: ros description: "Migration to the openEular ROS package" + upstream: "http://wiki.ros.org" protected_branches: - master type: public -- Gitee From 3ae5bbce5a3924ee4a03b0d1e9edbcabf3177322 Mon Sep 17 00:00:00 2001 From: anchuanxu Date: Wed, 10 Jun 2020 09:21:06 +0800 Subject: [PATCH 4/5] update upstream --- repository/src-openeuler.yaml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 4b3f14b93..29ac117b3 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14942,9 +14942,33 @@ repositories: protected_branches: - master type: public -- name: ros - description: "Migration to the openEular ROS package" - upstream: "http://wiki.ros.org" +- name: catkin + description: "catkin package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/catkin" + protected_branches: + - master + type: public +- name: class_loader + description: "class_loader package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/class_loader" + protected_branches: + - master + type: public +- name: cmake_modules + description: "cmake_modules package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/cmake_modules" + protected_branches: + - master + type: public +- name: cpp_common + description: "cpp_common package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/roscpp_core" + protected_branches: + - master + type: public +- name: gencpp + description: "gencpp package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/gencpp" protected_branches: - master type: public -- Gitee From 18f892fa09b6d4e458aae1808a2427989c6805bf Mon Sep 17 00:00:00 2001 From: anchuanxu Date: Wed, 10 Jun 2020 09:34:09 +0800 Subject: [PATCH 5/5] update readme --- sig/sig-ROS/README.md | 6 +++++- sig/sigs.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sig/sig-ROS/README.md b/sig/sig-ROS/README.md index d97a83801..a006eb36b 100644 --- a/sig/sig-ROS/README.md +++ b/sig/sig-ROS/README.md @@ -39,4 +39,8 @@ repository地址: - https://gitee.com/openeuler/ros -- https://gitee.com/src-openeuler/ros +- https://gitee.com/src-openeuler/catkin +- https://gitee.com/src-openeuler/class_loader +- https://gitee.com/src-openeuler/cmake_modules +- https://gitee.com/src-openeuler/cpp_common +- https://gitee.com/src-openeuler/gencpp diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 417ebb674..6426269d6 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -3023,7 +3023,11 @@ sigs: - name: sig-ROS repositories: - openeuler/ros - - src-openeuler/ros + - src-openeuler/catkin + - src-openeuler/class_loader + - src-openeuler/cmake_modules + - src-openeuler/cpp_common + - src-openeuler/gencpp - name: sig-ai-bigdata repositories: - src-openeuler/jupyter -- Gitee