Jascha Geerds
8855d6b3ca
terraform: 0.7.6 -> 0.7.7
2016-10-26 14:41:04 +02:00
Jascha Geerds
231d9737df
terraform: Add myself as a maintainer
2016-10-26 14:34:19 +02:00
Tim Steinbach
e7f3c9cadb
Merge pull request #19766 from offlinehacker/pkgs/kubernetes/update/1.4.0
...
kubernetes: 1.2.4 -> 1.4.0
2016-10-23 09:13:30 -04:00
zimbatm
1cb4676dfa
terraform: 0.7.5 -> 0.7.6
2016-10-14 20:28:24 +01:00
zimbatm
985dec611b
terraform: 0.7.4 -> 0.7.5
2016-10-12 18:51:16 +01:00
Jaka Hudoklin
83ee0a0670
kubernetes: 1.2.4 -> 1.4.0
2016-10-10 18:48:00 +02:00
Jaka Hudoklin
2041f5b817
kops: init at 1.4.0
2016-10-09 19:31:44 +02:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Periklis Tsirakidis
278f81bf24
docker-machine: enable for darwin
2016-09-30 16:41:07 +02:00
Graham Christensen
337eb4d027
mesos: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
2016-09-28 08:58:03 -04:00
Franz Pletz
a6d4ea4c2c
treewide: remove executable flags from .nix files
2016-09-27 22:15:00 +02:00
Pascal Bach
40b77eeea3
openshift: 1.0.1 -> 1.3.0 ( #18937 )
2016-09-25 01:57:35 +02:00
zimbatm
0ccfe2e3a9
terraform: 0.7.2 -> 0.7.4
2016-09-22 20:37:05 +01:00
Profpatsch
61462c94e6
lib/fetchers.nix: factor out impure proxy vars ( #18702 )
...
Apparently everyone just copied those variables, instead of creating a
library constant for them. Some even removed the comment. -.-
2016-09-17 21:50:01 +02:00
Michaël Faille
0c34a5da59
docker-machine : add new package
2016-09-16 19:15:54 -04:00
rushmorem
c6938be57c
nomad: v0.4.0 -> v0.4.1
2016-09-08 00:56:23 +02:00
Márton Boros
56b549d4c7
terraform: 0.7.1 -> 0.7.2
2016-09-04 01:54:47 +02:00
Kamil Chmielewski
7b1efbf621
mesos: 0.28.0 -> 0.28.2 ( #18220 )
2016-09-02 23:21:46 +02:00
Rushmore Mushambi
32d06b2a51
Merge pull request #18221 from kamilchm/marathon-up
...
marathon: 1.1.1 -> 1.1.2
2016-09-02 20:12:13 +02:00
Kamil Chmielewski
83c60bd8e5
marathon: 1.1.1 -> 1.1.2
2016-09-02 16:10:58 +02:00
Kamil Chmielewski
4ae2eb2208
mesos: FIX #18209 readdir_r deprecation in libc
...
https://issues.apache.org/jira/browse/MESOS-6013
2016-09-02 16:04:11 +02:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
Márton Boros
71edc955b7
terraform: add meta
2016-08-22 16:22:29 +02:00
Márton Boros
1038c4f8e4
terraform: 0.7.0 -> 0.7.1
2016-08-22 16:09:15 +02:00
ibrahim Sağıroğlu
9ff4501c55
marathon: 0.15.3 -> v1.1.1 ( #17612 )
2016-08-15 14:13:05 +00:00
zimbatm
a4161ac355
terraform: fixes the plugins
...
The plugins are now part of the binary and cause conflict when available
in the $PATH as well.
2016-08-10 18:01:52 +01:00
zimbatm
2f791c7444
terraform: 0.6.16 -> 0.7.0
2016-08-03 09:53:20 +01:00
Kamil Chmielewski
81efd0c82d
mesos: FIX #16917 Failed to extract tgz
2016-07-27 10:11:33 +02:00
Frederik Rietdijk
7d69e5dda2
Merge pull request #16929 from siddharthist/terraform/0.6.15->0.6.16
...
terraform: 0.6.15 -> 0.6.16
2016-07-15 11:19:28 +02:00
rushmorem
3b27257e9a
habitat: fix naming collision
2016-07-14 05:40:09 +02:00
rushmorem
ea15a54ef2
habitat: add an option to run in an FHS chroot
...
`hab studio enter` as well as other `hab` commands that make use
of the studio assume an FHS system when creating a chroot.
See https://github.com/habitat-sh/habitat/issues/994
2016-07-14 04:36:58 +02:00
Langston Barrett
f3262a209b
terraform: 0.6.15 -> 0.6.16
2016-07-13 18:32:13 +02:00
rushmorem
0604af9212
nomad: 0.3.2 -> 0.4.0
2016-06-30 20:30:22 +02:00
rushmorem
531cdf4be1
habitat: build from source
2016-06-27 13:38:10 +02:00
rushmorem
5f2dc4bc05
habitat: init at 0.7.0
2016-06-25 21:44:54 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Kamil Chmielewski
1dfae0678d
nomad: extracted from goPackages
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
8cd1d4cda5
buildGoPackage: use Go 1.6 by default
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
734d152977
buildGo16Packages: fetchgit -> fetchFromGitHub
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
e89a086f06
terraform: extracted from goPackages
2016-06-09 11:22:02 +02:00
rushmorem
21c83f294d
kubernetes: v1.0.3 -> v1.2.4
2016-06-06 19:25:32 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Tuomas Tynkkynen
05d8174b0e
treewide: Make explicit that 'dev' output of subversion is used
2016-05-19 10:04:37 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Tuomas Tynkkynen
603dcd6263
treewide: Make explicit that 'dev' output of libnl is used
2016-05-19 10:00:43 +02:00
Tuomas Tynkkynen
674eb400ef
treewide: Make explicit that 'dev' output of libevent is used
2016-05-19 10:00:40 +02:00
Tuomas Tynkkynen
29694b43b6
treewide: Make explicit that 'dev' output of apr is used
2016-05-19 10:00:24 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Charles Strahan
f8f16b1a36
mesos: 0.27.1 -> 0.28.0
2016-03-31 04:17:19 -04:00