lilydjwg/nvchecker

[Feature Request] Ms repos

braam opened this issue · 4 comments

Aren't they just apt repositories?

braam commented

I thought so but couldn't get it to work, looks like something is not right but couldn't figure it out in the apt.py code. It does looks correct to me.

My configuration looks like this:

["Ms-Teams_Linux"]
source = "apt"
mirror = "https://packages.microsoft.com/repos/ms-teams"
pkg = "ms-teams"
suite = "stable"
repo = "main"
arch = "amd64"

Yet I do receive:
{"logger_name": "nvchecker.core", "name": "Ms-Teams_Linux", "event": "package not found in APT repository", "level": "error"}

Because the package name is just teams, not ms-teams.

braam commented

Hi, whoops indeed you are right.
But now it takes the wrong version, it's displayed 1.2.00.32451 --> should be 1.4.00.13653

It does look like it's not taking the first hit to determine the version in the Packages file.
Do you've any hints to correct this?