A little presumptuous of me to continue PRs ready for review [December] as I don’t have commit access… but hey, maybe someone who has commit access is looking for low hanging fruit!
I’ll kick it off with these:
Simple version bump for Redmine
NixOS:master
← aanderse:redmine
opened 12:39PM - 30 Jan 19 UTC
###### Motivation for this change
Version bump.
Fairly minor changelog from … 3.4.6 to 3.4.8: https://www.redmine.org/projects/redmine/wiki/Changelog_3_4
Note: I have tested this on 18.09 as well so this should be back ported.
###### Things done
- [x] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS)
- Built on platform(s)
- [x] NixOS
- [ ] macOS
- [ ] other Linux distributions
- [x] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
- [x] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
- [x] Assured whether relevant documentation is up to date
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
---
The never ending battle to try and keep Apache on par with Nginx on NixOS
NixOS:master
← aanderse:apache-check-config
opened 01:10AM - 30 Jan 19 UTC
###### Motivation for this change
Try to keep httpd on par with nginx: https://… github.com/NixOS/nixpkgs/pull/24664
###### Things done
- [x] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS)
- Built on platform(s)
- [x] NixOS
- [ ] macOS
- [ ] other Linux distributions
- [x] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
- [x] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
- [x] Assured whether relevant documentation is up to date
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
---
2 Likes
Forgot about this one. Would be nice to have for 19.03. While I did have a reasonable go at testing, I would appreciate anyone else who might want to test this out on BTRFS or a disk with a space character in the label:
https://github.com/NixOS/nixpkgs/pull/50234
Have another one ready to go if anyone is interested in merging
https://github.com/NixOS/nixpkgs/pull/55015
I’ve been keeping this up to date for almost four months now, since it’s hard to get enough attention to get it merged. I could really use a review and a push toward the finish line.
https://github.com/NixOS/nixpkgs/pull/54443