Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Rename fleet binary to fleetd #807

Merged
merged 1 commit into from
Aug 22, 2014
Merged

Rename fleet binary to fleetd #807

merged 1 commit into from
Aug 22, 2014

Conversation

jonboulle
Copy link
Contributor

We currently generate two binaries: fleet and fleetctl. It is common to execute fleet by accident when intending to use fleetctl. We should rename fleet to fleetd to make it clearer that it is a daemon and to force people to make an explicit choice when tab-completing.

@jonboulle
Copy link
Contributor

I was just about to do this..

@bcwaldon
Copy link
Contributor Author

carry on

@jonboulle
Copy link
Contributor

@bcwaldon I think this is everything on the fleet repo side, but obvs we need to do things in coreos-overlay next time we bump the release

echo "Building fleet..."
go install ${REPO_PATH}
echo "Building fleetd..."
go install ${REPO_PATH}/fleetd
else
echo "Not on Linux - skipping fleet build"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/fleet/fleetd/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@jonboulle jonboulle force-pushed the fleetd branch 2 times, most recently from c8d4496 to 645368d Compare August 22, 2014 21:06
@bcwaldon
Copy link
Contributor Author

Wow. I never thought I'd see the day that ./fleet.go moved.

@bcwaldon
Copy link
Contributor Author

And yes, coreos-overlay next time we bump. We may want to leave a symlink around from fleet -> fleetd for a release or two just so we can warn people

@bcwaldon
Copy link
Contributor Author

@jonboulle docs need updating

@jonboulle
Copy link
Contributor

I think that's it..

@bcwaldon
Copy link
Contributor Author

squish n ship

@carmstrong
Copy link

👍

jonboulle added a commit that referenced this pull request Aug 22, 2014
Rename fleet binary to fleetd
@jonboulle jonboulle merged commit 5c0427e into coreos:master Aug 22, 2014
@jonboulle jonboulle deleted the fleetd branch August 22, 2014 22:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants