Maintainers:Maintainers: Difference between revisions
imported>User |
imported>Samueldr m reorganize links, it seems it's not obvious the first part are all links to the Nixpkgs PRs listing |
||
Line 12: | Line 12: | ||
=== Packages === | === Packages === | ||
* [https://github.com/NixOS/nixpkgs/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+base%3Amaster+base%3Astaging+%22init+at%22+in%3Atitle+ New packages] | * [https://github.com/NixOS/nixpkgs/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+base%3Amaster+base%3Astaging+%22init+at%22+in%3Atitle+ New packages] | ||
* [https://github.com/NixOS/nixpkgs/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+base%3Amaster+base%3Astaging++NOT+%22init+at%22+in%3Atitle+ EXCLUDE new packages] | * [https://github.com/NixOS/nixpkgs/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+base%3Amaster+base%3Astaging++NOT+%22init+at%22+in%3Atitle+ EXCLUDE new packages] | ||
Line 26: | Line 25: | ||
* [https://github.com/NixOS/nixpkgs/pulls?utf8=%E2%9C%93&q=updated%3A%3C2018-01-01+sort%3Aupdated-asc++is%3Apr+is%3Aopen Last updated before 2018-01-01]<sup>Fix the date in the query if needed</sup> | * [https://github.com/NixOS/nixpkgs/pulls?utf8=%E2%9C%93&q=updated%3A%3C2018-01-01+sort%3Aupdated-asc++is%3Apr+is%3Aopen Last updated before 2018-01-01]<sup>Fix the date in the query if needed</sup> | ||
== Issues == | == Issues == | ||
Line 38: | Line 32: | ||
<hr /> | <hr /> | ||
== Helpful links | |||
* [https://nixos.wiki/wiki/Nixpkgs#Building_all_of_the_packages_you_maintain Build all your packages] | |||
=== Backports === | |||
* [https://gist.github.com/grahamc/c60578c6e6928043d29a427361634df6#what-to-backport What to backport?] | |||
* [https://nixos.org/nixpkgs/manual/#idm140737315708960 nixpkgs manual: Cherry-picking] | |||
== Infrastructure == | == Infrastructure == | ||
[[Maintainers:Fastly|Notes about the Fastly implementation details]] | [[Maintainers:Fastly|Notes about the Fastly implementation details]] |
Revision as of 21:28, 3 October 2020
{{#tweekihide:sidebar-right}}{{#tweekihide:firstHeading}}
Maintainers portal
This page and wiki section is used to maintain shortcuts to useful stuff for maintaining NixOS and helping out.
PRs
Packages
- New packages
- EXCLUDE new packages
- Note that github search cannot work with "->". Updates cannot be filtered for or against.
WIP
- WIP title without label
- Labeled, but title does not contain WIP (Could mean they renamed)
- NOT WIP
Stale PRs
- Last updated before 2018-01-01Fix the date in the query if needed
Issues
== Helpful links