mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
Merge pull request #33 from marineam/distfiles
fix(config): Switch distfiles mirror list to our own
This commit is contained in:
commit
62e05a0ff2
@ -47,10 +47,10 @@ PORTAGE_BINHOST="
|
|||||||
http://storage.core-os.net/coreos/sdk/experimental/20130621235834/pkgs/
|
http://storage.core-os.net/coreos/sdk/experimental/20130621235834/pkgs/
|
||||||
"
|
"
|
||||||
|
|
||||||
#http://gentoo.osuosl.org/
|
|
||||||
GENTOO_MIRRORS="
|
GENTOO_MIRRORS="
|
||||||
https://commondatastorage.googleapis.com/chromeos-mirror/gentoo
|
http://storage.core-os.net/mirror/portage-stable/
|
||||||
http://gsdview.appspot.com/chromeos-localmirror
|
http://storage.core-os.net/mirror/coreos/
|
||||||
|
http://distfiles.gentoo.org/
|
||||||
"
|
"
|
||||||
|
|
||||||
# Remove all .la files for non-plugin libraries.
|
# Remove all .la files for non-plugin libraries.
|
||||||
|
@ -58,10 +58,10 @@ PORTAGE_BINPKG_TAR_OPTS="--checkpoint=1000"
|
|||||||
# Since our portage comes from version control, we redirect distfiles.
|
# Since our portage comes from version control, we redirect distfiles.
|
||||||
DISTDIR="/var/lib/portage/distfiles-target"
|
DISTDIR="/var/lib/portage/distfiles-target"
|
||||||
|
|
||||||
# TODO: Our mirror should be more stable since we won't discard packages.
|
|
||||||
GENTOO_MIRRORS="
|
GENTOO_MIRRORS="
|
||||||
http://gentoo.osuosl.org/
|
http://storage.core-os.net/mirror/portage-stable/
|
||||||
https://commondatastorage.googleapis.com/chromeos-mirror/gentoo
|
http://storage.core-os.net/mirror/coreos/
|
||||||
|
http://distfiles.gentoo.org/
|
||||||
"
|
"
|
||||||
|
|
||||||
# Username and home directory of the shared user.
|
# Username and home directory of the shared user.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user