From fc835de3aa638bda9fe23283f540a10550b3d255 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 21 Jan 2020 16:09:46 +0100 Subject: [PATCH] build_library: fix sync URI under Gentoo env for developer containers When running `emerge-gitclone` in a developer container, it still tries to fetch from coreos repos. We should make it fetch from flatcar-linux repos. --- build_library/dev_container_util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_library/dev_container_util.sh b/build_library/dev_container_util.sh index 7c228cae60..6257befde9 100755 --- a/build_library/dev_container_util.sh +++ b/build_library/dev_container_util.sh @@ -39,12 +39,12 @@ disabled = true [coreos] location = /var/lib/portage/coreos-overlay sync-type = git -sync-uri = https://github.com/coreos/coreos-overlay.git +sync-uri = https://github.com/flatcar-linux/coreos-overlay.git [portage-stable] location = /var/lib/portage/portage-stable sync-type = git -sync-uri = https://github.com/coreos/portage-stable.git +sync-uri = https://github.com/flatcar-linux/portage-stable.git EOF # Now set the correct profile