Merge pull request #606 from flatcar/krnowak/drop-gentoo-disabling

update_chroot, build_library: Drop repos.conf customization
This commit is contained in:
Krzesimir Nowak 2023-01-12 15:37:41 +01:00 committed by GitHub
commit 707f039941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View File

@ -87,9 +87,6 @@ cat <<EOF
[DEFAULT] [DEFAULT]
main-repo = portage-stable main-repo = portage-stable
[gentoo]
disabled = true
[coreos] [coreos]
location = /var/gentoo/repos/local location = /var/gentoo/repos/local

View File

@ -44,9 +44,6 @@ sudo_clobber "$1/etc/portage/repos.conf/coreos.conf" <<EOF
[DEFAULT] [DEFAULT]
main-repo = portage-stable main-repo = portage-stable
[gentoo]
disabled = true
[coreos] [coreos]
location = /var/lib/portage/coreos-overlay location = /var/lib/portage/coreos-overlay
sync-type = git sync-type = git

View File

@ -109,9 +109,6 @@ sudo_clobber "/etc/portage/repos.conf/coreos.conf" <<EOF
[DEFAULT] [DEFAULT]
main-repo = portage-stable main-repo = portage-stable
[gentoo]
disabled = true
[coreos] [coreos]
location = ${COREOS_OVERLAY} location = ${COREOS_OVERLAY}