Thanks bananaoomarang, updated.
Search Criteria
Package Details: fleet-git 0.3.2.r1003.g1c8dc88-1
Package Actions
| Package Base: | fleet-git |
|---|---|
| Description: | A distributed init system (git version) |
| Upstream URL: | https://github.com/coreos/fleet |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | Boohbah |
| Maintainer: | Boohbah |
| Last Packager: | Boohbah |
| Votes: | 4 |
| First Submitted: | 2014-05-10 07:20 |
| Last Updated: | 2014-12-02 20:52 |
Latest Comments
Comment by Boohbah
Comment by bananaoomarang
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
Thanks, works for me! (Just tried the commandline client, not the service.)