From 582f4c79809f84a4c1561a054a27549a44aa6480 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Fri, 6 Dec 2024 15:58:12 +0900 Subject: [PATCH 1/3] remove autoware_common Signed-off-by: Yutaka Kondo --- build_depends.repos | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build_depends.repos b/build_depends.repos index b9ee75e1..0b81f204 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -3,7 +3,3 @@ repositories: type: git url: https://github.com/autowarefoundation/autoware_msgs.git version: main - autoware_common: - type: git - url: https://github.com/autowarefoundation/autoware_common.git - version: main From c5d9aa40e7db9b8ded40ef049438ff8e55a20ef6 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Fri, 6 Dec 2024 16:04:53 +0900 Subject: [PATCH 2/3] remove autoware_msgs Signed-off-by: Yutaka Kondo --- build_depends.repos | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build_depends.repos b/build_depends.repos index 0b81f204..56f46b6f 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -1,5 +1 @@ repositories: - autoware_msgs: - type: git - url: https://github.com/autowarefoundation/autoware_msgs.git - version: main From f10910488e22c13f355e27185e3751d1e5503366 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Fri, 6 Dec 2024 16:16:22 +0900 Subject: [PATCH 3/3] Revert "remove autoware_msgs" This reverts commit c5d9aa40e7db9b8ded40ef049438ff8e55a20ef6. --- build_depends.repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_depends.repos b/build_depends.repos index 56f46b6f..0b81f204 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -1 +1,5 @@ repositories: + autoware_msgs: + type: git + url: https://github.com/autowarefoundation/autoware_msgs.git + version: main