From 1bf2bba4bfa97dfc29eddf1aa592b283c0f37925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 19 Feb 2020 14:12:02 +0100 Subject: [PATCH] build_library/dev_container_util.sh: Correct repo URLs Same content as in flatcar-build-2387. --- 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