Commit graph

1906 commits

Author SHA1 Message Date
Justinas Stankevicius c53b24b047 maintainers: add justinas 2020-10-11 18:00:33 +02:00
Ryan Mulligan 8ebf265923
Merge pull request #86404 from nuxeh/nuxeh/domoticz-init-2020.2
domoticz: init at 2020.2
2020-10-11 05:59:28 -07:00
guserav 6a4c1972a2 horizon-eda: init at 1.2.1
Mostly based on #86694 by yrashk
2020-10-09 19:57:38 +02:00
Anderson Torres fab168dbf7
Merge pull request #96849 from buckley310/vmwareview
vmware-horizon-client: init at 2006
2020-10-08 03:02:02 -03:00
Sean Buckley 365368035c vmware-horizon-client: init at 2006 2020-10-08 00:36:17 -04:00
hloeffler d07c6856cb maintainers: add hloeffler 2020-10-07 18:44:13 +02:00
Jiehong Ma 799e0f1a2a ttf-tw-moe: first version 2020-10-07 16:11:28 +02:00
Vladimír Čunát 420f89ceb2
Revert "apparmor: fix and improve the service"
This reverts commit fb6d63f3fd.

I really hope this finally fixes #99236: evaluation on Hydra.
This time I really did check basically the same commit on Hydra:
https://hydra.nixos.org/eval/1618011

Right now I don't have energy to find what exactly is wrong in the
commit, and it doesn't seem important in comparison to nixos-unstable
channel being stuck on a commit over one week old.
2020-10-07 12:22:18 +02:00
Jonas Heinrich 00d8c11a57 ocenaudio: init at 3.9.3 2020-10-06 15:16:25 +02:00
Vonfry 8c5b1946bc
maintainer: add vonfry 2020-10-06 16:00:18 +08:00
Nicolas Martin c2ebb8becb glow 0.2.0 -> 1.0.0 2020-10-06 22:24:22 +02:00
Tristan 6df7db0b42
logtop: init at 0.7 (#99593)
* maintainers: add starcraft66

* logtop: init at 0.7
2020-10-06 09:34:14 +02:00
Marvin Strangfeld eb97272418
tektoncd-cli: init at 0.13.0 2020-10-04 18:21:27 +02:00
Christoph Hrdinka 9815a6dcdc
Merge pull request #99289 from szlend/znc-clientbuffer
zncModules.clientbuffer: 2015-08-27 -> 2020-04-24
2020-10-02 23:05:41 +02:00
Zeke Stephens 2956f4ecc2 add myself as a maintainer 2020-10-02 15:39:08 -04:00
Patrick Hilhorst e9acc776d8 maintainers/scripts: add update_redirected_urls to fix redirected urls using Repology data 2020-10-02 09:01:35 -07:00
szlend ebb702ff81 maintainers: add szlend 2020-10-02 14:22:12 +02:00
Jan Tojnar 74c5472090
Merge pull request #98304 from jtojnar/updateScript-commit3
maintainers/scripts/update.nix: Add support for auto-commiting changes
2020-10-02 06:16:09 +02:00
Denys Pavlov 59c4870a96 maintainers: add meatcar 2020-10-01 19:19:49 -04:00
Alexandre Macabies 86fb21cde5 maintainers: add zopieux 2020-09-30 20:39:58 +02:00
Nicolas Berbiche 7fa897d4a4
maintainers: add berbiche 2020-09-29 19:24:36 -04:00
Stig Palmquist 33ea2bb6b5
maintainers: fix incorrect attribute githubId for justinlovinger 2020-09-28 02:18:34 +02:00
Justin Lovinger 1d85b14651 maintainers: add JustinLovinger 2020-09-27 18:35:42 -04:00
Michael Raskin 31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Hugo Lageneste 40efae06a7 maintainers: add hugolgst 2020-09-26 18:17:40 -07:00
Austin Butler 2bdce0e50c maintainers: add austinbutler 2020-09-26 15:46:48 -07:00
André Silva 899a563bbe
maintainers: add andresilva 2020-09-26 00:40:31 +01:00
Hongchang Wu 91c74eeae3 ocamlPackages.dot-merlin-reader: init at 3.4.0 2020-09-25 15:11:46 +02:00
Martin Weinelt 546d7d6a03
Merge pull request #98478 from JamieMagee/maintainer-jamiemagee
maintainers: add jamiemagee
2020-09-23 14:46:25 +02:00
Geoffrey Huntley d1e6dc3574 maintainers: add ghuntley 2020-09-23 14:25:17 +02:00
Jamie Magee 9dd167c9bc
maintainers: add jamiemagee 2020-09-22 18:48:12 +02:00
Doron Behar 20bd6dd45d
Merge pull request #98204 from charvp/pr/init-bluej 2020-09-21 11:10:55 +03:00
Charlotte Van Petegem 9ff87334e6 maintainers: add charvp 2020-09-21 09:04:54 +02:00
Bryan A. S dbdd5d4116 maintainer: Add bryanasdev000
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 01:30:44 -03:00
Jan Tojnar 74a5bb4041
maintainers/scripts/update.nix: Clean up
- Make some arguments more fitting (the path is actually full, not just relative to prefix…).
- Increase the purity of packages* functions (they now take pkgs from argument, not from scope).
- Add some documentation comments.
2020-09-20 21:22:04 +02:00
Jan Tojnar 71c246c785
maintainers/scripts/update.nix: Run update scripts from the worktree
`update.nix` extracts `passthru.updateScript` attributes in the main repo
and when they are relative paths (e.g. `./update.sh`), Nix will resolve them
to absolute paths in the main repo.

Update scripts can use $(dirname $0) to get the location of files they
should update but that would point to the main repo.
We want them to modify the appropriate git worktree instead
so we replace the prefix accordingly.

`git rev-parse --show-toplevel` will resolve symlinks but, fortunately,
Nix will do that as well, so the path will match:

https://github.com/NixOS/nixpkgs/pull/98304#issuecomment-695761754
2020-09-20 20:12:34 +02:00
Jan Tojnar 0c5ddf3358
maintainers/scripts/update.nix: run update script with UPDATE_NIX_ATTR_PATH
The environment variable will contain the attribute path the script is supposed to update.
2020-09-20 20:12:33 +02:00
Jan Tojnar c21a85c6a0
maintainers/scripts/update.nix: auto-detect attrPath 2020-09-20 20:11:46 +02:00
Jan Tojnar b351de0971
maintainers/scripts/update.nix: mention when there were no changes committed 2020-09-20 20:11:46 +02:00
Jan Tojnar b828285933
maintainers/scripts/update.nix: support filling in auto-commit attributes
We can determine all of them when attrPath is present so we might jsut as well do it.
2020-09-20 20:11:46 +02:00
Jan Tojnar 4a161ddb3b
maintainers/scripts/update.nix: support auto-committing by passing attrPath
Instead of having the updateScript support returning JSON object,
it should be sufficient to specify attrPath in passthru.updateScript.
It is much easier to use.

The former is now considered experimental.
2020-09-20 20:11:46 +02:00
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
Vincent Bernat 019c72c12e maintainers: add vincentbernat 2020-08-27 20:02:30 +02:00
Lassulus 12baef56e4
Merge pull request #96127 from hmenke/shadowsocks
shadowsocks service: support plugins
2020-08-26 16:49:55 +02:00
Lassulus bd37bc58f9
Merge pull request #96253 from ImExtends/electronplayer
Electron player: init at 2.0.8
2020-08-26 12:08:55 +02:00
ImExtends 62f394c31c adding extends to maintainer list 2020-08-26 11:26:53 +02:00
Steve Purcell 61f639c1ff
maintainers: add purcell (#96329) 2020-08-25 23:35:47 -04:00
Henri Menke ef6c9fbd6b
maintainers: add hmenke 2020-08-26 14:02:15 +12:00
Dustin Frisch 61600ea577
maintainers: add fooker 2020-08-24 13:01:48 +02:00
Lassulus e23ed2f21c
Merge pull request #87256 from jdbaldry/master
vpn-slice: init at 0.14
2020-08-24 12:12:50 +02:00
Jack Baldry d2e6750cff
maintainers: add jdbaldry
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2020-08-24 10:07:36 +01:00