Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 39c3ec9

Browse files
committed
Merge pull request #549 from coreos/revert-538-gentoo
Revert "*: drop obsolete gentoo repo reference"
2 parents 20441a8 + 8eceddd commit 39c3ec9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

build_library/catalyst.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ cat <<EOF
8686
[DEFAULT]
8787
main-repo = portage-stable
8888
89+
[gentoo]
90+
disabled = true
91+
8992
[coreos]
9093
location = /usr/portage
9194

build_library/dev_image_util.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ sudo_clobber "$1/etc/portage/repos.conf/coreos.conf" <<EOF
3333
[DEFAULT]
3434
main-repo = portage-stable
3535
36+
[gentoo]
37+
disabled = true
38+
3639
[coreos]
3740
location = /var/lib/portage/coreos-overlay
3841
sync-type = git

update_chroot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ sudo_clobber "/etc/portage/repos.conf/coreos.conf" <<EOF
9999
[DEFAULT]
100100
main-repo = portage-stable
101101
102+
[gentoo]
103+
disabled = true
104+
102105
[coreos]
103106
location = ${COREOS_OVERLAY}
104107

0 commit comments

Comments
 (0)