mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #335 from bcwaldon/fleet-rename
fix(app-admin/fleet): Rename coreinit -> fleet
This commit is contained in:
commit
553b632fd8
@ -1,8 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=coreinit
|
Description=fleet
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/coreinit
|
ExecStart=/usr/bin/fleet
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
@ -2,8 +2,8 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
CROS_WORKON_PROJECT="coreos/coreinit"
|
CROS_WORKON_PROJECT="coreos/fleet"
|
||||||
CROS_WORKON_LOCALNAME="coreinit"
|
CROS_WORKON_LOCALNAME="fleet"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
@ -15,8 +15,8 @@ fi
|
|||||||
|
|
||||||
inherit cros-workon systemd
|
inherit cros-workon systemd
|
||||||
|
|
||||||
DESCRIPTION="coreinit"
|
DESCRIPTION="fleet"
|
||||||
HOMEPAGE="https://github.com/coreos/coreinit"
|
HOMEPAGE="https://github.com/coreos/fleet"
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
@ -30,8 +30,8 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ${S}/bin/coreinit
|
dobin ${S}/bin/fleet
|
||||||
dobin ${S}/bin/corectl
|
dobin ${S}/bin/fleetctl
|
||||||
|
|
||||||
systemd_dounit "${FILESDIR}"/${PN}.service
|
systemd_dounit "${FILESDIR}"/${PN}.service
|
||||||
systemd_enable_service multi-user.target ${PN}.service
|
systemd_enable_service multi-user.target ${PN}.service
|
@ -14,5 +14,5 @@ IUSE=""
|
|||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-admin/coreinit
|
app-admin/fleet
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user