mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-23 01:11:36 +01:00
build_image: do not use gs:// URLs in dev images
This commit is contained in:
parent
232123e307
commit
c7cc4cad75
@ -26,7 +26,7 @@ PKGDIR="/var/lib/portage/pkgs"
|
||||
PORT_LOGDIR="/var/log/portage"
|
||||
PORTDIR="/var/lib/portage/portage-stable"
|
||||
PORTDIR_OVERLAY="/var/lib/portage/coreos-overlay"
|
||||
PORTAGE_BINHOST="$(get_board_binhost $BOARD $COREOS_VERSION_ID)"
|
||||
PORTAGE_BINHOST="$(get_board_binhost $BOARD $COREOS_VERSION_ID | sed 's/^gs:/http:/')"
|
||||
EOF
|
||||
|
||||
sudo_clobber "$1/etc/portage/repos.conf/coreos.conf" <<EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user