| 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 |