2 Mar 2025 |
Nindouja | Thanks a lot for your help ! | 20:39:57 |
5 Mar 2025 |
asymmetric | hey, any ideas why new go-ethereum releases are not being picked up? i don't see any logs, so it's not a failure to update. is it just that the builders have a long backlog?
cf. https://nixpkgs-update-logs.nix-community.org/go-ethereum/ -- there have been two releases since the last run | 12:27:30 |
6 Mar 2025 |
🐰 xiaoxiangmoe | https://nixpkgs-update-logs.nix-community.org/~supervisor/queue.html
https://nixpkgs-update-logs.nix-community.org/notion-app/
notion-app is created on Jan 6, but never trigged by update-bot. Is there anyway to trigger it manually? | 12:50:19 |
🐰 xiaoxiangmoe | * https://nixpkgs-update-logs.nix-community.org/~supervisor/queue.html
https://nixpkgs-update-logs.nix-community.org/notion-app/
notion-app is created on Jan 30, but never trigged by update-bot. Is there anyway to trigger it manually? | 12:50:44 |
🐰 xiaoxiangmoe | https://github.com/NixOS/nixpkgs/pull/376125 | 12:50:52 |
linj | maybe the bot ignores unfree pkgs? | 12:54:49 |
🐰 xiaoxiangmoe | No | 12:55:38 |
🐰 xiaoxiangmoe | https://r.ryantm.com/log/the-unarchiver/ | 12:55:39 |
🐰 xiaoxiangmoe | this is another unfree software, but not ignored by bot | 12:56:09 |
🐰 xiaoxiangmoe | Every commit created by maintainer can't merged by merge-bot, so I think I need some mechanics to trigger update-bot manually. | 12:58:40 |
8 Mar 2025 |
| Sigmanificient joined the room. | 23:06:44 |
9 Mar 2025 |
| Anton joined the room. | 15:33:07 |
sorrel | the answer to this, I think: the fflogs derivation no longer works for the latest fflogs version, and nixpkgs-update is unhelpfully printing a message about unfreeness rather than The Actual Error Message. fixing the derivation then running nixpkgs-update locally works juuuust fine. | 17:14:19 |
11 Mar 2025 |
| emily joined the room. | 19:59:25 |
12 Mar 2025 |
| vidariondr joined the room. | 21:10:06 |
17 Mar 2025 |
| egrieco joined the room. | 06:47:52 |
Anton | Am I interpreting the logs correctly, that aerc's updateScript has been executed by r-ryantm 5 times in 2025 with those ~14 days between each execution? Or are there additional attempts not being logged? | 16:31:12 |
hexa | all attempts get logged | 20:21:21 |
Anton | Thanks! I was wondering about the frequency of attempts. | 20:55:54 |
hexa | me too 🙂 | 22:48:42 |
18 Mar 2025 |
🐰 xiaoxiangmoe | Redacted or Malformed Event | 12:07:57 |
20 Mar 2025 |
| srp joined the room. | 03:17:41 |
| srp changed their display name from Seraphim Pardee to srp. | 03:19:04 |
| srp left the room. | 03:20:17 |
21 Mar 2025 |
| nat joined the room. | 15:41:58 |
23 Mar 2025 |
Gaétan Lepage | It is a bit annoying that the bot automatically substitutes ${version} with ${src.tag} in meta.changelog .
Is this made on purpose? If not, where should I send a PR to disable this? | 10:20:09 |
FliegendeWurst | In reply to @glepage:matrix.org It is a bit annoying that the bot automatically substitutes ${version} with ${src.tag} in meta.changelog .
Is this made on purpose? If not, where should I send a PR to disable this? It is more accurate in some cases, and wrong in others. Would be good to disable, in my opinion. PR probably to the nixpkgs-update repo? | 20:45:00 |
Gaétan Lepage | Yes, as there is no clear consensus on which one is best, I don't think that the update script should enforce one of them. | 21:11:56 |
Gaétan Lepage | I'll have a look | 21:12:26 |
SigmaSquadron | Gaétan Lepage: Are you sure that this is necessary? (especially for a new contributor)
nixpkgs-update automatically fetches new releases from packages published on GitHub without an explicit passthru.updateScript set.
| 21:15:25 |