Nix Geospatial Team | 39 Members | |
| Nix Geospatial packages maintenance. Team board - https://github.com/orgs/NixOS/projects/47/views/1 | 9 Servers |
| Sender | Message | Time |
|---|---|---|
| 23 May 2024 | ||
| * Hi guys, just wondering what you consider an appropriate level of PR review for bot-generated patch releases like libgeotiff: 1.7.1 -> 1.7.2. Some things to consider:
| 20:37:48 | |
| Here it is https://github.com/NixOS/nixpkgs/pull/314101 | 21:34:15 | |
| 24 May 2024 | ||
In reply to @vengmark2:matrix.orgI do a visual diff review, check if all tests are passing and run nixpkgs-review (this sometimes requires a lot of resources) | 05:49:30 | |
That last one is a big one, but one which could (and I expect will, in the future) be run by CI. I think we can safely assume that nixpkgs-review is beyond the effort that most would be willing to donate, since as you say it requires a lot of resources. | 05:51:03 | |
In reply to @imincik:matrix.orgAnd I also check release notes. | 06:26:45 | |
In reply to @vengmark2:matrix.orgYes, that's true. But some kind of nixpkgs-review rebuild is done by bot as well. It has 120 minutes timeout, but you can still reuse binary cache it populates. | 06:33:41 | |
| Running nixpkgs-review for "libgeotiff: 1.7.1 -> 1.7." now. | 06:34:35 | |
| Other problem with nixpkgs-review is that usually you are able to run it only on single platform. @sikmir is doing linux + darwin sometimes which is great, but quite rare. | 06:38:28 | |
In reply to @imincik:matrix.orgYes, I can run builds on x86_64-darwin and x86_64-linux, feel free to ping. | 12:30:41 | |
| 25 May 2024 | ||
| sikmir: are you able to run nixpkgs-review on Darwin for this PR https://github.com/NixOS/nixpkgs/pull/314546 ? Thanks | 10:37:38 | |
| * sikmir: are you able to try to build owslib on Darwin for this PR https://github.com/NixOS/nixpkgs/pull/314546 ? Thanks | 10:38:45 | |
| * sikmir: are you able to test the build of owslib on Darwin for this PR https://github.com/NixOS/nixpkgs/pull/314546 ? Thanks | 10:39:05 | |
In reply to @imincik:matrix.orgBuild on darwin is ok for me (163 passed, 70 deselected, 9 warnings). | 10:56:24 | |
In reply to @sikmir:matrix.orgGreat thanks. Greetings from ZHF Zurich meetup ! | 11:01:14 | |
In reply to @imincik:matrix.orgBy the way, I think it's great idea to request upstreams to properly mark tests that require network access, so we can easily skip it. | 13:18:48 | |
| 26 May 2024 | ||
| Another ZHF PR, easy to review: https://github.com/NixOS/nixpkgs/pull/314801 | 09:14:36 | |
| One more adoption https://github.com/NixOS/nixpkgs/pull/314877 | 15:50:06 | |
| 30 May 2024 | ||
| Easy one to review: https://github.com/NixOS/nixpkgs/pull/315042 | 09:36:03 | |
nix run nixpkgs#nixpkgs-review -- pr 315042 keeps getting OOM-killed after a while (more often than not with my whole GNOME session). Is there a way to find out which of the builds takes up so much memory, so that I can tell nixpkgs-review to skip it? | 14:17:38 | |
* nix run nixpkgs#nixpkgs-review -- pr 315042 keeps getting OOM-killed after a while (more often than not taking my whole GNOME session down with it). Is there a way to find out which of the builds takes up so much memory, so that I can tell nixpkgs-review to skip it? | 14:18:06 | |
In reply to @das-g:matrix.orgYou can lower the number of jobs executed in parallel using something like this nixpkgs-review pr --build-args "--max-jobs 2 --cores 8" --post-result 315042 | 20:16:10 | |
| 31 May 2024 | ||
In reply to @imincik:matrix.orgThis should probably be backported to 24.05. Shall I add the labels backport release-24.05 and/or backport staging-24.05? | 14:42:42 | |
| 2 Jun 2024 | ||
In reply to @das-g:matrix.orgYes, please add the label. Sorry, I forgot to do it. | 19:58:10 | |
| Should be back ported to release-24.05 | 19:59:16 | |
| 3 Jun 2024 | ||
Backport to staging-24.05: https://github.com/NixOS/nixpkgs/pull/316915Backport to release-24.05: https://github.com/NixOS/nixpkgs/pull/316916 | 13:54:59 | |
In reply to @das-g:matrix.orgWhy two PRs (one to staging and one to master) | 13:56:39 | |
In reply to @das-g:matrix.org* Why two PRs (one to staging and one to master) ? | 13:56:43 | |
| I've seen it done this way during ZHF for stuff that blocks other builds on both branches. Is it to be handled differently after release? Oder was that the wrong thing to do already during ZHF? | 14:00:15 | |
In reply to @imincik:matrix.orgAh, I see you mentioned only the release branch here. Shall I close the PR to staging? | 14:01:27 | |
In reply to @das-g:matrix.orgI am not sure about ZHF, but for now we need only one PR to master. | 14:01:34 | |