Package Details: fleet-git 0.3.2.r1003.g1c8dc88-1

Package Base: fleet-git
Description: A distributed init system (git version)
Upstream URL: https://github.com/coreos/fleet
Category: system
Licenses: Apache
Conflicts: fleet
Provides: fleet
Submitter: Boohbah
Maintainer: Boohbah
Last Packager: Boohbah
Votes: 4
First Submitted: 2014-05-10 07:20
Last Updated: 2014-12-02 20:52

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by Boohbah

2014-09-05 02:57

Thanks bananaoomarang, updated.

Comment by bananaoomarang

2014-08-29 16:37

looks like the fleet binary has been renamed to fleetd.

so:

install -Dm755 bin/fleet "$pkgdir/usr/bin/fleet" -> install -Dm755 bin/fleetd "$pkgdir/usr/bin/fleetd" if you're trying to install.

Comment by mazzolino

2014-06-10 21:58

Thanks, works for me! (Just tried the commandline client, not the service.)