summary refs log tree commit diff
path: root/pkgs/servers/etcd
Commit message (Collapse)AuthorAge
* etcd: 3.0.6 -> 3.1.6Kevin Cox2017-04-23
| | | | | | | Upgrade etcd. - Switches from their old dependency version system to their vendored packages. - Fixes SSL support.
* buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski2016-09-16
| | | | | | | | https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
* etcd: add update noticeJaka Hudoklin2016-09-03
|
* etcd: add meta informationJaka Hudoklin2016-09-03
|
* etcd: 2.3.7 -> 3.0.6Jaka Hudoklin2016-08-24
|
* buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski2016-08-11
| | | | | | | | | | | | | | | | | | After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
* etcd: 2.3.0 -> 2.3.7 (#16896)Stefan Junker2016-07-18
|
* Moving from fetchgit generated by go2nix to fetchFromGitHub where rev isKamil Chmielewski2016-06-09
| | | | a tag
* no more goPackagesKamil Chmielewski2016-06-09
|
* etcd: extracted from goPackagesKamil Chmielewski2016-06-09
|
* etcd: Use goPackages versionWilliam A. Kennington III2015-07-29
|
* Add skydnsJaka Hudoklin2015-03-18
|
* Add dontInstallSrc flag to buildGoPackageLuca Bruno2015-02-05
|
* Port etcd to buildGoPackageLuca Bruno2015-02-04
|
* etcd: upgrade server and ctlMatej Cotman2014-12-29
|
* etcd: update to 0.5.0-alpha.4Jaka Hudoklin2014-11-29
|
* etcd: update to v0.5.0-alpha3Jaka Hudoklin2014-11-21
|
* Don't use ensureDirEelco Dolstra2014-07-22
|
* add etcd packageCharles Strahan2014-06-23