Commit graph

28 commits

Author SHA1 Message Date
R. RyanTM 00a68ad5b1 buildkite-agent: 3.32.0 -> 3.32.1 2021-08-07 04:24:20 +00:00
R. RyanTM 8575d24297
buildkite-agent: 3.31.0 -> 3.32.0 (#132022) 2021-07-30 15:37:13 +02:00
R. RyanTM 8748bd4742 buildkite-agent: 3.30.0 -> 3.31.0 2021-07-22 10:16:28 -07:00
R. RyanTM a821e14e5e
buildkite-agent: 3.29.0 -> 3.30.0 (#124837) 2021-05-29 11:27:31 +02:00
Léo Gaspard 7c17768a48 buildkite-agent: add link to nixos test 2021-05-08 21:41:35 +02:00
R. RyanTM 30f7281d99 buildkite-agent: 3.28.1 -> 3.29.0 2021-04-22 06:46:13 +00:00
R. RyanTM 5498ac7c50 buildkite-agent: 3.27.0 -> 3.28.1 2021-03-23 23:24:59 -07:00
sternenseemann 6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
R. RyanTM ad89ec0cb6
buildkite-agent: 3.26.0 -> 3.27.0 (#112474) 2021-02-09 11:49:52 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
zowoq 566bce3cdb buildkite-agent: remove goPackagePath 2020-12-17 16:38:13 +10:00
R. RyanTM 053c522b7c
buildkite-agent: 3.25.0 -> 3.26.0 (#105852) 2020-12-04 15:18:54 +01:00
Andrey Kuznetsov 0d41c9a9c6
buildkite-agent: 3.17.0 -> 3.25.0, use buildGoModule, add darwin to platforms (#101954) 2020-10-28 23:43:24 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Yorick van Pelt 8f19d72113 buildkite-agent2: remove package
The latest 2.x release was in Jan 2018.
2020-01-17 18:40:11 +01:00
Mark Karpov 24e5a5f5d9
Use buildkite agent 3.17.0 2020-01-15 17:04:41 +01:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Yorick 83520c308c buildkite-agent3: 3.0.1 -> 3.8.4 (#54430) 2019-01-28 17:31:00 +00:00
Rodney Lorrimar ca7d983999 buildkite-agent3: init at 3.0.1 (#39471)
New stable release. Version 2.6 is kept for backwards compatibility.

https://github.com/buildkite/agent/releases/tag/v3.0.0
https://github.com/buildkite/agent/releases/tag/v3.0.1
2018-04-25 13:47:26 +01:00
Rodney Lorrimar 65b14735d2
buildkite-agent: 2.6.9 -> 2.6.10
https://github.com/buildkite/agent/releases/tag/v2.6.10
2018-03-27 10:55:52 +01:00
Rodney Lorrimar 34e6226ab7 buildkite-agent: 2.6.6 -> 2.6.9 (#35033)
* buildkite-agent: 2.6.6 -> 2.6.9

Various upstream bug fixes.

https://github.com/buildkite/agent/releases/tag/v2.6.7
https://github.com/buildkite/agent/releases/tag/v2.6.8
https://github.com/buildkite/agent/releases/tag/v2.6.9

* buildkite-agent: fixes tmpdir audit error
2018-02-17 10:35:04 +00:00
Rodney Lorrimar 480e3f343a buildkite-agent: enable building on darwin 2018-02-01 10:33:10 +00:00
zimbatm 96b339fbc9 buildkite-agent: 2.1.13 -> 2.6.6
Build the package from source

Re-organise the module a bit to allow custom version of the package
2017-10-21 11:23:30 +01:00
Tuomas Tynkkynen 74a3a2cd7e treewide: Use makeBinPath 2016-08-23 01:18:10 +03:00
Paweł Pacana f3d202150c buildkite-agent: 2.1.8 ~> 2.1.13 2016-06-15 11:52:04 +02:00
Paweł Pacana d2b58dd39a buildkite-agent: init at 2.1.8
* nixos module included
* install compiled binary
* only one platform now
* limited config options
* relies on providing ssh keys for agent
2016-06-13 17:21:08 +01:00