| 18 Sep 2022 |
| @ronnypfannschmidt:matrix.org left the room. | 11:34:50 |
| 22 Sep 2022 |
| zonnebloem joined the room. | 20:34:24 |
zonnebloem | Hello | 20:34:29 |
zonnebloem | I saw a package which isn't up to date | 20:34:41 |
zonnebloem | The history of the package show it skips a few version each bump. | 20:35:10 |
ryantm | which package? | 20:35:30 |
zonnebloem | Is there some timer to limit the updates? | 20:35:30 |
zonnebloem | https://github.com/NixOS/nixpkgs/commits/dc61912099b6bfe4b9b8e88ae1b56d3b79f3772e/pkgs/development/web/flyctl/default.nix | 20:35:43 |
ryantm | Here's the logs for it https://r.ryantm.com/log/flyctl/ | 20:36:06 |
zonnebloem | ty | 20:36:11 |
ryantm | Looks like it is currently failing to build with the error
package github.com/Khan/genqlient: no Go files in /build/source/vendor/github.com/Khan/genqlient
| 20:36:54 |
zonnebloem | I tried looking for a cause. The package's repo mentions genqlient long before the build failures.
So during the nix build the go files were not moved? | 21:12:55 |
| 5 Oct 2022 |
| Rosuavio joined the room. | 19:08:06 |
| 9 Oct 2022 |
| @rdfg77:kde.org joined the room. | 05:45:57 |
@rdfg77:kde.org | Hi, I added a updateScript for vscode python extension but it seems it's not checked by the bot. Can you help me? | 05:49:23 |
| 10 Oct 2022 |
ryantm | linsui: It looks like the code that searches for updatescripts isn't finding it https://github.com/nix-community/infra/blob/bb8131db4f86eade543160cc31e36a6847f45122/build02/packages-with-update-script.nix | 14:45:29 |
ryantm | linsui: Looks like maybe we need to add something related to "recurseForDerivations"? I'm not that familiar with what that is. | 14:47:51 |
ryantm | Oh never mind, it is already doing that for vscode-extensions | 14:49:26 |
ryantm | linsui: What's the attrpath for the thing you want to update? | 14:51:38 |
ryantm | vscode-extensions.ms-python.python ? | 14:52:36 |
@rdfg77:kde.org | It's vscode-extensions.ms-python.python. | 14:52:52 |
@rdfg77:kde.org | Yes. | 14:52:57 |
ryantm | Not sure why it isn't getting picked up by that code. Feel free to try to figure it out yourself, or I'll try to look later. | 14:53:47 |
@rdfg77:kde.org | I guess I need to check if https://github.com/nix-community/infra/blob/bb8131db4f86eade543160cc31e36a6847f45122/build02/packages-with-update-script.nix can output the attrpath? I'll have a try. | 14:55:00 |
ryantm | It was copied from here: https://github.com/NixOS/nixpkgs/blob/master/maintainers/scripts/update.nix | 15:09:23 |
| 18 Oct 2022 |
@rdfg77:kde.org | ryantm: I put the script into the same directory as update.nix and use pkgs = import ./../../default.nix { };. I got
vscode 0 1
vscode-extensions.ms-python.python 0 1
vscode-extensions.vadimcn.vscode-lldb 0 1
vscodium 0 1
The vscode-lldb is not auto updated, either.
| 08:00:50 |
| 19 Oct 2022 |
| @waldyrious:matrix.org joined the room. | 08:47:13 |
| 7 Nov 2022 |
hexa | https://github.com/NixOS/nixpkgs/pull/200075/files | 20:15:56 |
hexa | can someone review this? | 20:16:01 |
hexa | not sure how referencing the shell script is supposed to work here | 20:16:24 |