Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
extract leadership package in its own repository and update Godeps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Beslic <[email protected]>
  • Loading branch information
abronan committed Feb 9, 2016
1 parent 31a3b07 commit 3f7a035
Show file tree
Hide file tree
Showing 10 changed files with 283 additions and 122 deletions.
4 changes: 4 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions Godeps/_workspace/src/github.com/docker/leadership/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

191 changes: 191 additions & 0 deletions Godeps/_workspace/src/github.com/docker/leadership/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Godeps/_workspace/src/github.com/docker/leadership/MAINTAINERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cli/manage.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import (
"github.com/codegangsta/cli"
"github.com/docker/docker/pkg/discovery"
kvdiscovery "github.com/docker/docker/pkg/discovery/kv"
"github.com/docker/leadership"
"github.com/docker/swarm/api"
"github.com/docker/swarm/cluster"
"github.com/docker/swarm/cluster/mesos"
"github.com/docker/swarm/cluster/swarm"
"github.com/docker/swarm/experimental"
"github.com/docker/swarm/leadership"
"github.com/docker/swarm/scheduler"
"github.com/docker/swarm/scheduler/filter"
"github.com/docker/swarm/scheduler/strategy"
Expand Down
65 changes: 0 additions & 65 deletions leadership/candidate_test.go

This file was deleted.

Loading

0 comments on commit 3f7a035

Please sign in to comment.