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.
This commit is contained in:
Dongsu Park 2020-01-21 16:09:46 +01:00
parent 88adcbd27c
commit fc835de3aa

View File

@ -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