From 18336766b99a319f0dffe9cca361ba78ee4d9a93 Mon Sep 17 00:00:00 2001 From: anchuanxu Date: Fri, 21 Aug 2020 14:40:14 +0800 Subject: [PATCH] add two new repo and del one old repo --- repository/src-openeuler.yaml | 18 ++++++++++++------ sig/sig-ROS/README.md | 4 +++- sig/sigs.yaml | 3 ++- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index cf32ce651..d8787b31d 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14960,12 +14960,6 @@ repositories: 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" @@ -15056,3 +15050,15 @@ repositories: protected_branches: - master type: public +- name: ros_comm_msgs + description: "ros_comm_msgs package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/ros_comm_msgs" + protected_branches: + - master + type: public +- name: pluginlib + description: "pluginlib package that belongs to THE ROS-COMM" + upstream: "https://github.com/ros/pluginlib" + protected_branches: + - master + type: public \ No newline at end of file diff --git a/sig/sig-ROS/README.md b/sig/sig-ROS/README.md index 44c54f7ac..d23e8087c 100644 --- a/sig/sig-ROS/README.md +++ b/sig/sig-ROS/README.md @@ -42,7 +42,6 @@ repository地址: - 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 - https://gitee.com/src-openeuler/geneus - https://gitee.com/src-openeuler/genlisp @@ -58,5 +57,8 @@ repository地址: - https://gitee.com/src-openeuler/rosconsole - https://gitee.com/src-openeuler/roslisp - https://gitee.com/src-openeuler/rospack +- https://gitee.com/src-openeuler/ros_comm_msgs +- https://gitee.com/src-openeuler/pluginlib + diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 211d098b5..9010992a0 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -3026,7 +3026,6 @@ sigs: - src-openeuler/catkin - src-openeuler/class_loader - src-openeuler/cmake_modules - - src-openeuler/cpp_common - src-openeuler/gencpp - src-openeuler/geneus - src-openeuler/genlisp @@ -3042,6 +3041,8 @@ sigs: - src-openeuler/rosconsole - src-openeuler/roslisp - src-openeuler/rospack + - src-openeuler/ros_comm_msgs + - src-openeuler/pluginlib - name: sig-ai-bigdata repositories: - src-openeuler/jupyter -- Gitee