Jan Tojnar
01b9d5371c
maintainers/scripts/update.nix: switch to asyncio
...
This will make it cleaner and also better respect SIGTERM.
2020-09-20 20:11:45 +02:00
Jan Tojnar
17f89667b3
maintainers/scripts/update.nix: refactoring
...
Get rid of some globals, split main into smaller functions, rename some variables, add typehints.
2020-09-20 20:11:45 +02:00
Jan Tojnar
1efc042d92
maintainers/scripts/update.nix: Add support for auto-commiting changes
...
Update scripts can now declare features using
passthru.updateScript = {
command = [ ../../update.sh pname ];
supportedFeatures = [ "commit" ];
};
A `commit` feature means that when the update script finishes successfully,
it will print a JSON list like the following:
[
{
"attrPath": "volume_key",
"oldVersion": "0.3.11",
"newVersion": "0.3.12",
"files": [
"/path/to/nixpkgs/pkgs/development/libraries/volume-key/default.nix"
]
}
]
and data from that will be used when update.nix is run with --argstr commit true
to create commits.
We will create a new git worktree for each thread in the pool and run the update
script there. Then we will commit the change and cherry pick it in the main repo,
releasing the worktree for a next change.
2020-09-20 20:11:22 +02:00
Daniël de Kok
770ecb1d31
Merge pull request #98266 from joncojonathan/removeAsMaintainer
...
Remove joncojonathan as maintainer
2020-09-20 11:38:30 +02:00
joncojonathan
eb61d33a3d
maintainers: remove joncojonathan
2020-09-20 11:16:39 +02:00
Matthias Meschede
e192fe6527
maintainer: add mmesch
2020-09-19 14:26:23 +02:00
Jakub Kądziołka
f65d6237ca
maintainers: add NieDzejkob
2020-09-19 09:06:37 +02:00
Jan Tojnar
5adbeb13c5
update.nix: use ThreadPoolExecutor
...
Not sure why I chose ProcessPoolExecutor in the first place.
2020-09-18 20:52:07 +02:00
Norbert Melzer
6dccacd319
maintainers: Add NobbZ as a maintainer
2020-09-18 11:53:11 +02:00
midchildan
a2f450984a
maintainers.midchildan: update info
2020-09-17 10:48:11 +09:00
Felix Tenley
70399cc1ce
maintainers: add felschr
2020-09-16 17:17:14 +02:00
Ryan Mulligan
40ab795911
Merge pull request #98058 from mlvzk/init-manix
...
manix: init at 0.6.2
2020-09-16 07:55:57 -07:00
Daniël de Kok
917a183d97
Merge pull request #97868 from dpercy/fac-build
...
fac-build: init at 0.5.3
2020-09-16 07:49:28 +02:00
David Percy
deb412f54f
maintainers: add dpercy
2020-09-15 21:19:11 -04:00
mlvzk
dd9c0cf692
maintainers: add mlvzk
2020-09-15 20:24:34 +02:00
Ryan Mulligan
0dc4edcd60
Merge pull request #98015 from StephenWithPH/swag
...
go-swag: init at 1.6.7
2020-09-15 07:03:39 -07:00
Erik Arvstedt
be33b54672
maintainers/build: skip packages that don't evaluate
2020-09-14 21:17:13 -07:00
StephenWithPH
083041a6f8
maintainers: add StephenWithPH
2020-09-14 16:19:21 -07:00
Nick Hu
5d92cf5f23
Merge pull request #78143 from mtreca/master
...
pam_gnupg: init at 0.1
2020-09-13 11:44:01 +01:00
Maxime Tréca
d9d3013117
pam_gnupg: init at 0.1
...
Add the pam_gnupg module that unlocks gnupg keys on login.
2020-09-13 10:46:14 +02:00
Damien Cassou
607f5a6755
Merge pull request #84246 from lostnet/couchdbpr
...
couchdb: add support for version 3.0.0
2020-09-11 17:47:47 +02:00
Will Young
0ef1be0aa1
couchdb: add support for version 3.1.0
2020-09-11 14:03:16 +02:00
ajs124
d5d6bd7f08
Merge pull request #97541 from Sohalt/mpdscribble-0.23
...
mpdscribble: 0.22 -> 0.23
2020-09-10 20:40:17 +02:00
Ismaël Bouya
213623e291
nagios: fix build
...
The compiler complains about dl* function missing, this commit adds the
necessary flag to pass to gcc to make it build correctly
2020-09-10 15:37:13 +02:00
sohalt
80f10fd1c3
maintainers: add sohalt
2020-09-10 14:52:36 +02:00
TANIGUCHI Kohei
8a6f8043d2
maintainers: add cohei
2020-09-10 14:56:32 +09:00
Maximilian Bosch
56708c3bf3
Merge pull request #97555 from badmutex/badi/maintainers-update
...
maintainers: updates for badi/badmutex
2020-09-09 23:03:52 +02:00
Badi Abdul-Wahid
a25396b58c
maintainers: badi -> badmutex
2020-09-09 10:45:08 -05:00
Domen Kožar
309d47a21b
Merge pull request #97514 from fgaz/maintainers-build-fix
...
maintainers/build: skip packages without meta
2020-09-09 11:47:43 +02:00
Francesco Gazzetta
b4496d4095
maintainers/build: skip packages without meta
...
Some packages do not have a meta attribute, and made the script crash.
2020-09-09 09:54:03 +02:00
Tiago Castro
d83080f370
maintainers: add tiagolobocastro
2020-09-08 17:22:06 -07:00
Mario Rodas
ee222ce046
Merge pull request #88915 from bsima/shen
...
shen-sbcl: init at 3.0.3
2020-09-07 21:34:07 -05:00
Super Bo
2f5479d747
maintainers: add superbo
2020-09-08 08:22:50 +07:00
Maciej Krüger
4689b34d4f
teams: add cinnamon team
2020-09-07 23:46:59 +02:00
Mario Rodas
18bfc49f53
Merge pull request #97054 from dali99/add_vcsi
...
vsci: init at 7.0.12
2020-09-06 07:49:04 -05:00
Gabriel Ebner
955fe4d67b
Merge pull request #96688 from j0hax/octoprint-dashboard
2020-09-06 13:35:38 +02:00
Julien Moutinho
fb6d63f3fd
apparmor: fix and improve the service
2020-09-06 07:43:03 +02:00
Johannes Arnold
e6f4f3a388
maintainers: add j0hax
2020-09-05 11:39:31 +02:00
Daniel Olsen
5d255c0660
maintainers: add dandellion
2020-09-04 00:55:05 +02:00
Joël Perras
80f1cc1e83
maintainers: add jperras
2020-09-03 12:32:43 -07:00
Daniël de Kok
f20daaa85c
Merge pull request #96282 from rople380/master
...
godu: init at 1.3.0
2020-09-02 10:36:25 +02:00
rople380
8511890fe0
maintainers: add rople380
2020-09-02 08:11:18 +02:00
kfollesdal
ca9a8ff6c2
maintainers: add kfollesdal
2020-08-31 13:05:09 -07:00
Bruno Bigras
215ff41134
luaPackages.lua-resty-openidc: init at 1.7.2-1
2020-08-30 03:11:31 -04:00
Daniël de Kok
d6d64dee97
Merge pull request #96576 from SuperSandro2000/rustscan
...
rustscan: init at 1.8.0
2020-08-29 19:03:42 +02:00
Lassulus
e021b8eea9
Merge pull request #96164 from fooker/master
...
Init cargo-embed and cargo-flash at 0.8.0
2020-08-29 13:51:07 +02:00
Sandro Jäckel
0fcebc338d
maintainers: add SuperSandro2000
2020-08-29 13:35:30 +02:00
Samuel Dionne-Riel
000bb5ee45
Merge pull request #94416 from sarcasticadmin/sa/adding-sd-mux-ctrl
...
sd-mux-ctrl: init at 2020-02-17
2020-08-28 21:06:37 -04:00
Simonas Kazlauskas
a8bd5c1dc4
odafileconverter: init at 21.7.0.0 ( #95392 )
2020-08-28 22:13:51 +02:00
Hugo Reeves
2aa20776bc
Update maintainer details for hugoreeves
2020-08-28 11:00:41 +12:00