Commit Graph

191 Commits

Author SHA1 Message Date
Graham Christensen
97f51dff59
Merge pull request #61310 from cryptix/update/gocdServer
gocd-server: 16.9.0-4001 -> 19.3.0-8959
2019-11-26 10:06:58 -05:00
Graham Christensen
bc8223d9f0
Merge pull request #61309 from cryptix/update/gocdAgent
gocd-agent: 16.9.0-4001 -> 19.3.0-8959
2019-11-26 09:43:13 -05:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Max Wittig
d940d24ff4 gitlab-runner: 12.4.1 -> 12.5.0 (#73864) 2019-11-22 09:38:02 +00:00
Tim Steinbach
bb9da1323e
jenkins: 2.190.2 -> 2.190.3 2019-11-21 13:29:44 -05:00
Max Wittig
f22dc5216e
gitlab-runner: 12.4.0 -> 12.4.1 2019-10-29 15:37:21 +01:00
Tim Steinbach
fc6d1e0ebf
jenkins: 2.190.1 -> 2.190.2 2019-10-29 09:20:57 -04:00
Max Wittig
95b324edc7
gitlab-runner: 12.3.0 -> 12.4.0 2019-10-22 08:48:00 +02:00
Renaud
3323655ccb
Merge pull request #70539 from kampka/drone
drone: 1.3.1 -> 1.6.0
2019-10-08 17:21:37 +02:00
Christian Kampka
3aa784b3e3
drone-cli: 0.8.6 -> 1.2.0 2019-10-08 14:56:36 +02:00
Christian Kampka
f155360175
drone: 1.3.1 -> 1.6.0 2019-10-06 21:22:55 +02:00
Renaud
50bd897908
Merge pull request #68271 from elohmeier/drone
drone: 0.8.6 -> 1.3.1
2019-10-06 18:21:51 +02:00
Tim Steinbach
6ab2a81b3e
jenkins: 2.176.3 -> 2.190.1 2019-09-26 10:45:50 -04:00
Max Wittig
92d5acb41a
gitlab-runner: 12.2.0 -> 12.3.0 2019-09-25 15:53:55 +02:00
zimbatm
ab0308604b
cide: remove (#68505) 2019-09-12 22:02:26 +02:00
Enno Lohmeier
90608a3892 drone: 0.8.6 -> 1.3.1 2019-09-10 11:31:19 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Tim Steinbach
3e30f3e1f9
jenkins: 2.176.2 -> 2.176.3 2019-08-29 12:40:21 -04:00
Imuli
7863697575 fly: 5.3.0 -> 5.4.1 (#67633) 2019-08-28 12:30:18 -06:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Pascal Bach
c6378b36df gitlab-runner: 12.1.0 -> 12.2.0 2019-08-22 21:56:49 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Pascal Bach
f5d84bb446 Revert "gitlab-runner: don't bundle prebuilt docker images (#66225)" (#66522)
This reverts commit 9175a201bb.
2019-08-12 13:06:15 +00:00
Pascal Bach
9175a201bb gitlab-runner: don't bundle prebuilt docker images (#66225)
The bundeled images are no longer compiled into the binary. They are
also not strictly required as they will be fetched if not available.

This change removes them as this reduces the closure size and also makes
updates easier.
2019-08-08 10:35:53 +00:00
Sarah Brofeldt
8761bc0ad7 gitlab-runner: Fix prebuilt hash 2019-07-31 18:46:20 +02:00
Robin Gloster
64cd2a618d
Merge pull request #65249 from max-wittig/patch-2
gitlab-runner: 12.0.2 -> 12.1.0
2019-07-22 17:27:51 +00:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Max Wittig
bc6366b728
gitlab-runner: 12.0.2 -> 12.1.0
Corresponding runner for GitLab version 12.1.0

Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/12-1-stable/CHANGELOG.md
2019-07-22 08:29:01 +02:00
Tim Steinbach
5724dc27d1
jenkins: 2.176.1 -> 2.176.2 2019-07-17 13:05:27 -04:00
ivanbrennan
9e465d2f60
fly: init at 5.3.0
Add `fly` CLI for working with Concourse CI, and include Bash
completions.
2019-07-13 18:55:22 -04:00
Pascal Bach
e928aa6f50 gitlab-runner: 11.11.2 -> 12.0.2
12.0.1 fixes an issue with git submodule fetching
12.0.2 fixes an issue with concurrent updated
2019-07-08 23:05:58 +02:00
Tim Steinbach
5443b3d5a8
jenkins: 2.164.3 -> 2.176.1 2019-06-12 13:09:46 -04:00
Pascal Bach
58be5b4ec3 gitlab-runner: 11.11.0 -> 11.11.2 2019-06-10 21:43:36 +02:00
Pascal Bach
7ba247ccb1 gitlab-runner: 11.10.1 -> 11.11.0 2019-06-04 11:33:53 +00:00
Henry
2e58cfaacc gocd-agent: 16.9.0-4001 -> 19.3.0-8959 2019-05-11 18:51:10 +02:00
Henry
a170a87bc9 gocd-server: 16.9.0-4001 -> 19.3.0-8959 2019-05-11 18:48:22 +02:00
Tim Steinbach
95d0ad903f
jenkins: 2.164.2 -> 2.164.3 2019-05-11 09:17:10 -04:00
Pascal Bach
1bf10f920e gitlab-runner: 11.9.2 -> 11.10.1 2019-05-01 12:13:05 +02:00
Pascal Bach
5def98b89a gitlab-runner: 11.9.0 -> 11.9.2
Fixes issues with git lfs.
2019-04-17 13:01:02 +02:00
Christopher A. Williamson
c2b1f0079f jenkins: 2.164.1 -> 2.164.2 (#59309) 2019-04-11 21:56:23 +02:00
Tim Steinbach
6a9a87c988
jenkins: Improve update.sh
Auto-commit and only run if nixpkgs version is old
2019-04-06 15:26:19 -04:00
Tim Steinbach
e9994af108
jenkins: 2.150.1 -> 2.164.1 2019-04-06 15:26:16 -04:00
Max Wittig
f47bbb6dd6
gitlab-runner: 11.8.0 -> 11.9.0 2019-03-25 15:21:04 +01:00
Pascal Bach
23846b949c gitlab-runner: 11.7.0 -> 11.8.0 (#56388) 2019-02-26 09:11:46 +01:00
Pascal Bach
30c40858bd gitlab-runner: 11.6.0 -> 11.7.0 2019-02-04 18:30:52 +01:00
Yorick
83520c308c buildkite-agent3: 3.0.1 -> 3.8.4 (#54430) 2019-01-28 17:31:00 +00:00
Pascal Bach
5b61578924 gitlab-runner: 11.5.0 -> 11.6.0 2018-12-24 11:24:42 +01:00