majkinetor / au

Chocolatey Automatic Package Updater Module
GNU General Public License v2.0
227 stars 71 forks source link

Incorrect stream version for updated package displayed in progress #160

Closed flcdrg closed 5 years ago

flcdrg commented 6 years ago

Not a big problem, but the latest run for updating a package that is using streams listed in the log that it had updated the lowest stream number package, but in fact it had updated (and submitted) a higher version.

This build log - https://ci.appveyor.com/project/DavidGardiner/au-packages/build/521 contains: "[25/26] ubiquiti-unifi-controller is updated to 5.4.19 and pushed (37.23s)"

But actually it was v5.8.24 that was pushed.

My repo is here if that's relevant https://github.com/flcdrg/au-packages

majkinetor commented 6 years ago

Yeah, that is known issue, not reported here tho.

majkinetor commented 6 years ago

Not only in progress, in report, git releases, everywhere really.

Thilas commented 6 years ago

I'll work on something to fix this.

AdmiringWorm commented 6 years ago

@majkinetor it looks like the git releases plugins get the correct version: https://github.com/chocolatey/chocolatey-coreteampackages/releases/tag/gitextensions-2.51.4 https://github.com/chocolatey/chocolatey-coreteampackages/releases/tag/gitextensions-2.50.2

or perhaps @Thilas already fixed this issue?

Thilas commented 6 years ago

I don't remember exactly but I might have fixed this a while ago. For the current bug I hope I'll find time this weekend to work on it. I'll let you know.

Thilas commented 5 years ago

I finally found time to take care of this issue.

FYI, I confirm that I fixed the GitRelease plugin a while ago in order to get 1 release per updated stream. Everywhere else, we got only 1 reference per package (progress, git commit, report, ...) and this reference was incorrect as stated. It will no longer be the case.