Commit Graph

93 Commits

Author SHA1 Message Date
Jonas Chevalier
7c6c48ab9c gitlab-runner: fix wrong hash (#124033) 2021-05-22 17:23:37 +02:00
Max Wittig
fba98bad71 gitlab-runner: 13.11.0 -> 13.12.0 (#123871) 2021-05-21 17:38:07 +00:00
Max Wittig
9b9782834d gitlab-runner: 13.10.0 -> 13.11.0 2021-04-21 11:04:21 +02:00
Max Wittig
7fdf3c30a7 gitlab-runner: 13.9.0 -> 13.10.0 2021-03-22 10:27:27 +01:00
Max Wittig
44863a15c8 gitlab-runner: 13.8.0 -> 13.9.0 2021-02-23 09:56:09 +01:00
Max Wittig
4c7ffbccf0 gitlab-runner: 13.7.0 -> 13.8.0 (#110280) 2021-01-21 10:07:03 +00:00
Max Wittig
74971a10d5 gitlab-runner: 13.6.0 -> 13.7.0 (#107378) 2020-12-22 13:16:15 +01:00
Max Wittig
e83b3f6866 gitlab-runner: 13.5.0 -> 13.6.0 (#104498) 2020-11-21 19:32:45 +01:00
Max Wittig
79b036b7db gitlab-runner: 13.4.1 -> 13.5.0 (#101175) 2020-10-21 13:16:30 +02:00
Diego Louzán
dbbd13568e gitlab-runner: 13.4.0 -> 13.4.1 (#99409) 2020-10-05 14:46:20 +02:00
Max Wittig
d4eed01376 gitlab-runner: 13.3.1 -> 13.4.0 (#98377) 2020-09-21 15:19:51 +02:00
Max Wittig
61eb2b639b gitlab-runner: 13.3.0 -> 13.3.1 (#97350) 2020-09-08 15:27:08 +02:00
Max Wittig
54acf58040 gitlab-runner: 13.2.2 -> 13.3.0 (#95838) 2020-08-20 10:16:55 +00:00
Max Wittig
585aa266d3 gitlab-runner: 13.2.0 -> 13.2.2 (#94818) 2020-08-07 09:24:58 +00:00
Max Wittig
64d855d214 gitlab-runner: 13.1.0 -> 13.2.0 (#93514) 2020-07-20 11:13:05 +00:00
Pascal Bach
c323751a71 gitlab-runner: remove additional binaries (#91811)
Only the gitlab-runner and the helper-images are required.
All other binaries that were currently in the derivation were only for
testing.
2020-07-01 09:43:31 +00:00
Max Wittig
42ab6da6a8 gitlab-runner: 13.0.1 -> 13.1.0 (#91239) 2020-06-21 22:41:47 +00:00
Max Wittig
3f05ce5454 gitlab-runner: 13.0.0 -> 13.0.1 (#89391) 2020-06-03 09:07:41 +00:00
Max Wittig
9a714d249e gitlab-runner: 12.10.2 -> 13.0.0 (#88935) 2020-05-26 18:28:13 +00:00
Max Wittig
73e20c730d gitlab-runner: 12.10.1 -> 12.10.2 (#87245) 2020-05-08 10:01:33 +00:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Max Wittig
8f5e4d1b63 gitlab-runner: 12.10.0 -> 12.10.1 (#86100) 2020-04-27 10:57:17 +00:00
Max Wittig
50ba3f7ad8 gitlab-runner: 12.9.0 -> 12.10.0 (#85748) 2020-04-22 12:04:50 +00:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Max Wittig
2878b4073a gitlab-runner: 12.8.0 -> 12.9.0 (#83085) 2020-03-22 09:42:26 +00:00
Max Wittig
3e47a8781f gitlab-runner: 12.7.0 -> 12.8.0 (#80947) 2020-02-24 12:09:01 +00:00
Max Wittig
489f823ac7 gitlab-runner: 12.6.0 -> 12.7.0 (#78089) 2020-01-20 10:43:41 +00:00
Pascal Bach
8b21b3a42e gitlab-runner: 12.5.0 -> 12.6.0 (#76190)
This release does no longer contain the lock file that broke the NixOS
module in 12.5.0
2019-12-23 08:28:40 +00:00
Max Wittig
d940d24ff4 gitlab-runner: 12.4.1 -> 12.5.0 (#73864) 2019-11-22 09:38:02 +00:00
Max Wittig
f22dc5216e gitlab-runner: 12.4.0 -> 12.4.1 2019-10-29 15:37:21 +01:00
Max Wittig
95b324edc7 gitlab-runner: 12.3.0 -> 12.4.0 2019-10-22 08:48:00 +02:00
Max Wittig
92d5acb41a gitlab-runner: 12.2.0 -> 12.3.0 2019-09-25 15:53:55 +02: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
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
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
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
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
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
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
Pascal Bach
5b61578924 gitlab-runner: 11.5.0 -> 11.6.0 2018-12-24 11:24:42 +01:00
Pascal Bach
c3c57c798f gitlab-runner: 11.4.0 -> 11.5.0 2018-11-26 23:01:25 +01:00