fleet: bump to v0.8.0

fleet binary moved to fleetd, so preserve old location with symlink.
This commit is contained in:
Brian Waldon 2014-09-05 12:22:34 -07:00
parent c566888a36
commit cc0c4b13fd
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[Unit]
Description=fleet
Description=fleet daemon
Wants=etcd.service
After=etcd.service
@ -8,6 +8,6 @@ Wants=fleet.socket
After=fleet.socket
[Service]
ExecStart=/usr/bin/fleet
ExecStart=/usr/bin/fleetd
Restart=always
RestartSec=10s

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="58f2e8d059892f8db7fdb3ac54430f7888d6f0db" # tag v0.7.1
CROS_WORKON_COMMIT="03ca0ddf2e434a21c21661bfbca1ab92f3be2fd2" # tag v0.8.0
KEYWORDS="amd64"
fi
@ -30,7 +30,9 @@ src_compile() {
}
src_install() {
dobin ${S}/bin/fleet
dobin ${S}/bin/fleetd
dosym ./fleetd /usr/bin/fleet
dobin ${S}/bin/fleetctl
systemd_dounit "${FILESDIR}"/${PN}.service