Commit Graph

59 Commits

Author SHA1 Message Date
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
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
Pascal Bach
7863610666 gitlab-runner: 11.3.1 -> 11.4.0 (#48867) 2018-10-23 17:59:01 +02:00
Pascal Bach
9dbb71b1d3 gitlab-runner-v1: remove v1 package (#47624)
It was required for gitlab < 9 which is not supported anymore since some time.

While removinf the V1 the patch was refreshed to cleanly work with version 11.x
2018-10-01 23:37:25 +02:00
Pascal Bach
510c85f349 gitlab-runner: 11.3.0 -> 11.3.1 (#47623) 2018-10-01 22:37:41 +02:00
Pascal Bach
a8087e3bd7 gitlab-runner: 11.2.0 -> 11.3.0 (#47167) 2018-09-22 18:49:35 +02:00
Pascal Bach
1d6cb40afb gitlab-runner: 11.1.0 -> 11.2.0 (#45479) 2018-08-22 22:48:33 +02:00
Pascal Bach
41efb9a6c8 gitlab-runner: 11.0.0 -> 11.1.0 (#44085) 2018-07-29 20:59:11 +02:00
Pascal Bach
18c99b5be9 gitlab-runner: 10.8.0 -> 11.0.0 (#42391) 2018-06-25 00:47:32 +02:00
Pascal Bach
b45fde2da5 gitlab-runner: 10.7.0 -> 10.8.0 (#41096) 2018-05-26 15:38:55 +02:00
Pascal Bach
5b060e8647 gitlab-runner: 10.6.0 -> 10.7.1 2018-05-02 19:21:49 +02:00
Pascal Bach
6e863d1558 gitlab-runner: 10.5.0 -> 10.6.0 2018-03-25 14:09:59 +02:00
Pascal Bach
f5c8fd08a6 gitlab-runner: 10.4.0 -> 10.5.0 2018-03-04 16:09:08 +01:00
Pascal Bach
029e80a90b gitlab-runner: 10.3.0 -> 10.4.0 2018-01-24 22:38:57 +01:00
Pascal Bach
e9519ba32a gitlab-runner: 10.2.0 -> 10.3.0 2018-01-07 15:58:54 +01:00
Pascal Bach
a1c98a8f78 gitlab-runner: 10.1.0 -> 10.2.0 2017-11-25 10:46:45 +01:00
Pascal Bach
41ba309136 gitlab-runner: 10.0.2 -> 10.1.0 2017-10-27 18:06:34 +02:00
Pascal Bach
4bb1d9f526 gitlab-runner: 10.0.0 -> 10.0.2 2017-10-05 21:20:56 +02:00
Pascal Bach
824f2e2a28 gitlab-runner: 9.5.0 -> 10.0.0 (#29821)
The renaming of gitlab-ci-mutli-runner to gitlab-runner
is finally complete. Symlinking is thus no longer needed.
2017-09-29 14:00:25 +00:00
Pascal Bach
d3b5fa3db2 gitlab-runner: 9.4.2 -> 9.5.0 2017-08-27 10:01:25 +02:00
Pascal Bach
22fc62eec3 gitlab-runner: 9.3.0 -> 9.4.2 2017-08-15 14:50:50 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Pascal Bach
52ceb981a1 gitlab-runner_1_11: 1.11.4 -> 1.11.5 2017-07-05 17:31:11 +02:00
Pascal Bach
572786387d gitlab-runner: 9.2.0 -> 9.3.0 2017-06-26 01:08:30 +02:00
Franz Pletz
d69c2968a2 Merge pull request #26003 from bachp/gitlab-runner-update
Gitlab runner update
2017-05-24 12:50:32 +02:00
zimbatm
4f6ab299a0 gitlab-runner: 9.1.0 -> 9.2.0 2017-05-24 11:19:52 +01:00
Pascal Bach
335865b943 gitlab-runner, gitlab-runner_1_11: change path fix patch to work on non NixOS
It now tries to find the shell via path first and then falls back to the original
behavior.
2017-05-23 22:34:22 +02:00
Pascal Bach
86e714095c gitlab-runner: 9.1.0 -> 9.2.0 2017-05-22 23:26:53 +02:00
Pascal Bach
aea157a1ec gitlab-runner_1_11: 1.11.2 -> 1.11.4 2017-05-22 23:26:39 +02:00
Pascal Bach
da6f5e3b77 gitlab-runner: add patch for shell from v1 to latest version 2017-05-22 23:26:15 +02:00
Franz Pletz
2ab474b4a7
gitlab-runner_1_11: add patch to fetch shells from system path 2017-05-14 22:48:15 +02:00
Pascal Bach
d609a5eb5c gitlab-runner_1_11: 1.11.1 -> 1.11.2 2017-04-22 14:11:07 +02:00
Pascal Bach
be463abc10 gitlab-runner: 9.0.0 -> 9.1.0 2017-04-22 14:10:48 +02:00
Pascal Bach
8373124202 gitlab-runner: make v1 runner available
gitlab-runner 9.0.0 is only compatible with gitlab >= 9.0
gitlab-runner1 1.11.1 is only compatible with gitlab < 9.4
2017-03-28 21:02:43 +02:00
Pascal Bach
783e1ce431 gitlab-runner: 1.11.1 -> 9.0.0 2017-03-23 22:46:01 +01:00
Pascal Bach
edf143c854 gitlab-runner: 1.11.0 -> 1.11.1 2017-03-23 22:46:01 +01:00