mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
*: use https instead of git for Github URLs
Replace `git://` with `https://` for GITHUB URLs, because Github now rejects an unauthenticated git access. * app-admin/locksmith * app-admin/mayday * app-admin/sdnotify-proxy * app-admin/toolbox * app-admin/updateservicectl * app-arch/torcx * app-crypt/go-tspi * app-emulation/acbuild * app-emulation/actool * coreos-base/afterburn * coreos-base/coreos-cloudinit * coreos-base/coreos-init * coreos-base/emerge-gitclone * coreos-base/nova-agent-watcher * coreos-base/update-ssh-keys * coreos-base/update_engine * coreos-devel/fero-client * coreos-devel/mantle * sys-apps/baselayout * sys-apps/ignition * sys-apps/seismograph * sys-boot/grub * sys-boot/shim * sys-kernel/bootengine * sys-libs/nss-usrfiles See also https://github.blog/2021-09-01-improving-git-protocol-security-github/.
This commit is contained in:
parent
0072354ed4
commit
68bc2f4d3c
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/locksmith"
|
||||
CROS_WORKON_LOCALNAME="locksmith"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/flatcar-linux/locksmith"
|
||||
inherit cros-workon systemd coreos-go
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/mayday"
|
||||
CROS_WORKON_LOCALNAME="mayday"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/mayday"
|
||||
inherit coreos-go cros-workon
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="kinvolk/sdnotify-proxy"
|
||||
CROS_WORKON_LOCALNAME="sdnotify-proxy"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/sdnotify-proxy"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
inherit coreos-go cros-workon
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/toolbox"
|
||||
CROS_WORKON_LOCALNAME="toolbox"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="kinvolk/updateservicectl"
|
||||
CROS_WORKON_LOCALNAME="updateservicectl"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/kinvolk/updateservicectl"
|
||||
COREOS_GO_GO111MODULE="on"
|
||||
inherit cros-workon coreos-go
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/torcx"
|
||||
CROS_WORKON_LOCALNAME="torcx"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/flatcar-linux/torcx"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
|
||||
|
@ -3,7 +3,7 @@ EAPI=7
|
||||
inherit coreos-go eutils git-r3 systemd
|
||||
COREOS_GO_PACKAGE="github.com/coreos/go-tspi"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
EGIT_REPO_URI="git://github.com/coreos/go-tspi.git"
|
||||
EGIT_REPO_URI="https://github.com/coreos/go-tspi.git"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="appc/acbuild"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
CROS_WORKON_LOCALNAME="appc-acbuild"
|
||||
COREOS_GO_PACKAGE="github.com/appc/acbuild"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="appc/spec"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
CROS_WORKON_LOCALNAME="appc-spec"
|
||||
COREOS_GO_PACKAGE="github.com/appc/spec"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
|
@ -5,7 +5,7 @@ EAPI=6
|
||||
|
||||
CROS_WORKON_PROJECT="flatcar-linux/afterburn"
|
||||
CROS_WORKON_LOCALNAME="afterburn"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/coreos-cloudinit"
|
||||
CROS_WORKON_LOCALNAME="coreos-cloudinit"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/coreos-cloudinit"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
inherit cros-workon systemd toolchain-funcs udev coreos-go
|
||||
|
@ -5,7 +5,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/init"
|
||||
CROS_WORKON_LOCALNAME="init"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="kinvolk/flatcar-dev-util"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
CROS_WORKON_LOCALNAME="dev"
|
||||
CROS_WORKON_LOCALDIR="src/platform"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="coreos/nova-agent-watcher"
|
||||
CROS_WORKON_LOCALNAME="nova-agent-watcher"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/nova-agent-watcher"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
inherit cros-workon systemd coreos-go
|
||||
|
@ -5,7 +5,7 @@ EAPI=6
|
||||
|
||||
CROS_WORKON_PROJECT="flatcar-linux/update-ssh-keys"
|
||||
CROS_WORKON_LOCALNAME="update-ssh-keys"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/update_engine"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
CROS_WORKON_PROJECT="coreos/fero"
|
||||
CROS_WORKON_LOCALNAME="fero"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/mantle"
|
||||
CROS_WORKON_LOCALNAME="mantle"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/mantle"
|
||||
COREOS_GO_MOD="vendor"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/baselayout"
|
||||
CROS_WORKON_LOCALNAME="baselayout"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/ignition"
|
||||
CROS_WORKON_LOCALNAME="ignition"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
COREOS_GO_PACKAGE="github.com/coreos/ignition"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
inherit coreos-go cros-workon systemd udev
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/seismograph"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=6
|
||||
|
||||
CROS_WORKON_PROJECT="flatcar-linux/grub"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
GRUB_AUTOGEN=1 # We start from Git, so always autogen.
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/shim"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
@ -5,7 +5,7 @@ EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/bootengine"
|
||||
CROS_WORKON_LOCALNAME="bootengine"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=1
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
@ -4,7 +4,7 @@
|
||||
EAPI=7
|
||||
CROS_WORKON_PROJECT="flatcar-linux/nss-altfiles"
|
||||
CROS_WORKON_LOCALNAME="nss-altfiles"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
Loading…
Reference in New Issue
Block a user