| 23 Aug 2024 |
| benjaminedwardwebb left the room. | 18:57:18 |
| 27 Aug 2024 |
| @aloisw:kde.org left the room. | 17:20:51 |
| 28 Aug 2024 |
| @zoriot:tchncs.de joined the room. | 19:51:10 |
@zoriot:tchncs.de | How to fix issues from the Bot in the PR`s?
In that example i want to add the sha256 hashes so this can be merged
https://github.com/NixOS/nixpkgs/pull/336324 | 19:57:14 |
@zoriot:tchncs.de | * How to fix issues from the Bot in the PR`s?
In that example i want to add the sha256 hashes so this can be merged
https://github.com/NixOS/nixpkgs/pull/336324
I created a new PR for that. How is this issue possible? | 20:28:55 |
@zoriot:tchncs.de | * How to fix issues from the Bot in the PR`s?
In that example i want to add the sha256 hashes so this can be merged
https://github.com/NixOS/nixpkgs/pull/336324
I created a new PR for that. How is this issue possible?
Is there a way this will be fixed? | 20:29:10 |
| 29 Aug 2024 |
Sandro 🐧 | check out the PR locally with gh, ammend the change, force push. If you don't have permission for that open a new one | 09:46:09 |
| 2 Sep 2024 |
| f0rdprefect joined the room. | 07:17:00 |
| 7 Sep 2024 |
Artturin | https://r.ryantm.com/log/kmod/2024-09-03.log | 18:50:18 |
Artturin | Huh | 18:50:23 |
Artturin | There might already be an open PR for this update:
- ocf-resource-agents: 4.10.0 -> 4.12.0 (and fix build on i686)
URL "https://api.github.com/repos/NixOS/nixpkgs/issues/233009"
| 18:50:24 |
Artturin | https://github.com/NixOS/nixpkgs/pull/233009 | 18:50:34 |
| 9 Sep 2024 |
| @zoriot:tchncs.de left the room. | 13:47:53 |
hexa | I'm getting lots of duplicates in the last few weeks | 16:52:27 |
hexa |
python312Packages.sentry-sdk_2: 2.13.0 -> 2.14.0 #340812 python312Packages.sentry-sdk_2: 2.13.0 -> 2.14.0 #340817
| 16:52:55 |
hexa | and | 16:53:17 |
hexa |
ctranslate2: 4.3.1 -> 4.4.0 #340794 ctranslate2: 4.3.1 -> 4.4.0 #340795
| 16:53:31 |
hexa | just today | 16:53:32 |
zowoq | The bot checks for duplicates before it starts an update, looks like it would need to do another check before it opens a PR to catch those. | 23:47:50 |
| 10 Sep 2024 |
hexa | that explains it | 10:45:14 |
| 16 Sep 2024 |
Sashanoraa.gay (she/her, ze/zir) | nixpkgs-update keeps trying open PRs downgrading my package stargazer https://github.com/NixOS/nixpkgs/pull/342269 | 13:11:54 |
Sashanoraa.gay (she/her, ze/zir) | I believe this is because 1.1.3 is technically the most recent release. However, it's a backport release. How do I make nixpkgs-update looks for updates with a larger semver version, not just one that's newer? | 13:13:41 |
K900 | Just draft the PR | 13:17:35 |
K900 | And it won't reopen | 13:17:38 |
Sandro 🐧 | there is also a comment you can apply to ignore it entirely if you like | 16:15:12 |
| silentlurker joined the room. | 20:02:32 |
Sashanoraa.gay (she/her, ze/zir) | In reply to @sandro:supersandro.de there is also a comment you can apply to ignore it entirely if you like I'd prefer if the bot did run but actually pick up the correct release. | 21:21:42 |
Mindavi | I think the scripts just look at the date, but see here: https://github.com/NixOS/nixpkgs/tree/master/pkgs/common-updater | 21:25:50 |
Mindavi | Maybe there's a way to put in some feature for only considering semver upgrades, I've seen more PRs drafted due to being downgrades lately | 21:26:30 |
Mindavi | https://nix-community.github.io/nixpkgs-update/nixpkgs-maintainer-faq/
Version not newer
If Nix's builtins.compareVersions does not think the "new" version is newer, it will not update. | 21:28:37 |