Commit graph

749 commits

Author SHA1 Message Date
Graham Christensen ecf232b904
Merge pull request #209 from NixOS/drop-ircbot
Delete ircbot from this repo
2018-08-07 16:23:06 -04:00
Graham Christensen 09f2b06bcf
10g heap size
(cherry picked from commit 6a440d4eba8acf8ce9a91e506afa696628ad3a29)
2018-08-07 16:06:25 -04:00
Graham Christensen 08483279ba
Delete ircbot from this repo 2018-08-07 16:01:27 -04:00
Graham Christensen 67406a7a18
Merge pull request #206 from LnL7/detect-timedout
detect timedout builds
2018-08-07 15:52:34 -04:00
Graham Christensen 2e3b8d0fd3
Merge pull request #202 from kalbasit/patch-1
Add kalbasit to config.extra-known-users.json
2018-08-07 15:50:27 -04:00
Graham Christensen 334a765f1d
Merge pull request #207 from dotlambda/dotlambda-trusted
Move dotlambda to trusted users
2018-08-07 15:50:16 -04:00
Graham Christensen 43b6881493
Merge pull request #208 from basvandijk/basvandijk-trusted-user
Add myself to trusted_users
2018-08-07 15:50:03 -04:00
Bas van Dijk 70c71bc78d Add basvandijk to trusted_users 2018-08-07 11:08:20 +02:00
Robert Schütz 819e40ad30 Move dotlambda to trusted users 2018-08-07 08:43:05 +02:00
Daiderd Jordan 9d85f62835
build: use status enum from task instead of success bool
This allows the commentposter to handle other build statuses like a
timeout.  The BuildResult struct still includes success and the
commentposter can still handle messages in the old format for backwards
compatibility.
2018-08-05 21:57:44 +02:00
Daiderd Jordan a36543353e
asynccmd: simplify wait return type 2018-08-05 21:57:44 +02:00
Daiderd Jordan cb69540390
nix: move AyncCmd out of builder task 2018-08-05 21:57:43 +02:00
Wael Nasreddine 6255f48f00
Add kalbasit to config.extra-known-users.json
I'd like to help review outstanding PRs as well as speed up my own.
2018-07-24 10:42:49 -07:00
Graham Christensen 7a9f0134f0
Update carnix for ofborg for 0.1.6 2018-07-14 17:50:49 -04:00
Graham Christensen 81b899572b
Update known / trusted / etc. users 2018-07-14 17:40:11 -04:00
Graham Christensen 49cfe75e69
Merge pull request #199 from samueldr/patch-4
Adds samueldr to trusted users
2018-07-14 17:35:12 -04:00
Samuel Dionne-Riel b4ce2ecd4a
Adds samueldr to trusted users
ref: https://github.com/NixOS/ofborg/pull/190#issuecomment-405051038
2018-07-14 17:34:29 -04:00
Graham Christensen 9317e85b41
Merge pull request #190 from samueldr/patch-3
Adds samueldr to config.extra-known-users.json
2018-07-14 17:28:47 -04:00
Graham Christensen 2b6b1cc55a
Merge pull request #193 from mpickering/patch-1
Add mpickering to trusted users
2018-07-14 17:28:30 -04:00
Graham Christensen dabe84df72
Merge pull request #196 from Profpatsch/patch-1
Add Profpatsch to trusted users
2018-07-14 17:28:22 -04:00
Graham Christensen a1d1f1209f
Merge pull request #197 from LnL7/tag-macos
massrebuilder: add darwin label for titles including macOS
2018-07-14 17:27:51 -04:00
Graham Christensen 85af305936
Merge pull request #198 from gleber/patch-1
Add gleber to Known users
2018-07-14 17:27:38 -04:00
Gleb Peregud 33cfc4d854
Add gleber to Known users 2018-07-14 22:05:34 +02:00
Daiderd Jordan d311591769
massrebuilder: add darwin label for titles including macOS 2018-07-14 17:26:41 +02:00
Profpatsch 0377fd8396
Add Profpatsch to trusted users 2018-07-13 18:24:26 +02:00
Matthew Pickering 9ed6e04d85
Add mpickering to trusted users 2018-07-08 12:52:31 +01:00
Samuel Dionne-Riel 49123decff
Adds samueldr to config.extra-known-users.json
I hope to help with nixpkgs PRs.
2018-07-06 21:26:09 -04:00
Graham Christensen b21c87bdd1
Merge pull request #188 from zimbatm/outpath-instead-of-drv
massrebuilder: return the outpath instead of .drv
2018-06-30 09:46:23 -04:00
Jonas Chevalier 15a50f04ea Release v0.1.6 2018-06-30 14:26:48 +01:00
Jonas Chevalier 88899d853c massrebuilder: return the outpath instead of .drv
Currently some stdenv changes might get laballed as rebuilds even if the
drv changes don't have an effect on the output path (eg: meta attribute
changes).
2018-06-30 14:26:48 +01:00
Graham Christensen 2b03d05a0f
Merge pull request #175 from yurrriq/patch-1
Add yurrriq to config.extra-known-users
2018-06-30 09:22:19 -04:00
Graham Christensen 5e2fa6b5b4
Merge pull request #176 from obadz/8gb-or-no-go
abort mass-rebuilder if less than 8Gb of memory is "available"
2018-06-30 09:22:06 -04:00
Graham Christensen 4fe5685e76
Merge pull request #177 from vbgl/released
add vbgl to trusted_users
2018-06-30 09:21:27 -04:00
Graham Christensen 8ebba6521f
Merge pull request #180 from primeos/add-primeos-to-trusted-users
Add myself (primeos) to the trusted users
2018-06-30 09:21:17 -04:00
Graham Christensen 6106d2e198
Merge pull request #181 from knedlsepp/make-knedlsepp-trusted
Add knedlsepp to trusted users
2018-06-30 09:21:02 -04:00
obadz f35a835768 abort mass-rebuilder if less than 8Gb of memory is "available"
…where available is defined as "how much RAM can the kernel give to an
application immediately without having to reach for swap".
2018-06-28 20:53:46 +01:00
Josef Kemetmüller 7f3767ef68 Add knedlsepp to trusted users 2018-06-07 00:34:29 +02:00
Michael Weiss 20ac74882f Add myself (primeos) to the trusted users 2018-05-31 17:49:09 +02:00
Vincent Laporte 113037ca05
add vbgl to trusted_users 2018-05-22 15:18:15 +00:00
Eric Bailey 89c7249684
Add yurrriq to config.extra-known-users 2018-05-15 13:01:17 -05:00
Graham Christensen 62f7f36a07
Merge remote-tracking branch 'origin/next'
into released
2018-05-09 17:39:32 -04:00
Graham Christensen 70d80939d2
Merge pull request #124 from Ekleog/nom
Nom
2018-05-09 17:38:28 -04:00
Graham Christensen 0915000eb7
Merge pull request #173 from knedlsepp/add-knedlsepp
Add knedlsepp to config.extra-known-users
2018-05-09 17:37:43 -04:00
Graham Christensen 6c4aa422b9
Merge pull request #174 from Synthetica9/patch-1
Add myself to config.extra-known-users
2018-05-09 17:37:31 -04:00
Patrick Hilhorst b9edceadf4
Add myself to config.extra-known-users 2018-05-07 23:35:45 +02:00
Josef Kemetmüller 3ba7d259ac Add knedlsepp to config.extra-known-users 2018-05-06 21:38:16 +02:00
Graham Christensen 38b26e6566
Merge pull request #172 from Ekleog/default-nix-2
Default to building with nix2
2018-05-04 11:44:17 -04:00
Graham Christensen 5160f28728
ofborg: stub in foo-bar and foo_bar commands 2018-05-04 11:41:44 -04:00
Graham Christensen bfeecc387c
Merge origin/released 2018-05-04 11:41:12 -04:00
Graham Christensen 59217d2902
Merge pull request #170 from xeji/add-xeji
add xeji to trusted users
2018-05-04 11:40:14 -04:00