From 1c30f7c4707947314a7d0f26cf7f6861b8cde5cf Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Mon, 25 Nov 2024 11:31:21 +0900 Subject: [PATCH 1/2] MUST CHANGE Signed-off-by: Yutaka Kondo --- autoware.repos | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autoware.repos b/autoware.repos index 17ad277cf9..621d524784 100644 --- a/autoware.repos +++ b/autoware.repos @@ -37,8 +37,8 @@ repositories: # universe universe/autoware.universe: type: git - url: https://github.com/autowarefoundation/autoware.universe.git - version: main + url: https://github.com/youtalk/autoware.universe.git + version: release-0.39.0 universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry. type: git url: https://github.com/tier4/tier4_ad_api_adaptor.git @@ -79,8 +79,8 @@ repositories: # launcher launcher/autoware_launch: type: git - url: https://github.com/autowarefoundation/autoware_launch.git - version: main + url: https://github.com/youtalk/autoware_launch.git + version: release-0.39.0 # sensor_component sensor_component/external/sensor_component_description: type: git From 866d5c1da220a39e3195d85632130e51414b77cb Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Mon, 25 Nov 2024 11:57:26 +0900 Subject: [PATCH 2/2] add option Signed-off-by: Yutaka Kondo --- .github/actions/docker-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index df338a836d..1bc507b4bc 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -38,7 +38,7 @@ runs: - name: Import additional repositories if: ${{ inputs.additional-repos != '' }} run: | - vcs import src < ${{ inputs.additional-repos }} + vcs import --debug --force src < ${{ inputs.additional-repos }} shell: bash - name: Cache ccache