mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #1386 from flatcar-linux/dongsu/github-https
*: use https instead of git for Github URLs
This commit is contained in:
commit
524afe8ae2
@ -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"
|
||||
|
||||
|
@ -15,7 +15,7 @@ app-misc/editor-wrapper *
|
||||
=dev-lang/nasm-2.14.02 *
|
||||
=dev-lang/perl-5.24.1-r2 ~arm64
|
||||
=dev-lang/swig-3.0.12 ~arm64
|
||||
=dev-lang/yasm-1.3.0 ~arm64
|
||||
=dev-lang/yasm-1.3.0-r1 ~arm64
|
||||
=dev-libs/ding-libs-0.4.0 **
|
||||
=dev-libs/elfutils-0.169-r1 ~arm64
|
||||
=dev-libs/libassuan-2.5.1 ~arm64
|
||||
|
@ -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