flathub / us.zoom.Zoom

https://flathub.org/apps/details/us.zoom.Zoom
36 stars 48 forks source link

Package on Flathub outdated / not in sync with this github repo #274

Closed stendler closed 3 years ago

stendler commented 3 years ago

The package version on flathub is still 5.6.20278.0524 while the latest version in this repo is 5.6.22045.0607 even though the latest(?) test build succeeded.

A manual local build with the following commands was successful.

mkdir build
flatpak install flathub org.freedesktop.Sdk//20.08 # install dependency - may require sudo
flatpak-builder --user --install --from-git=https://github.com/flathub/us.zoom.Zoom.git build us.zoom.Zoom.json
rm -rf build
vchernin commented 3 years ago

It appears that there was indeed a failed build for Zoom Flatpak master.

The buildbot page for Zoom doesn't list any recent failed builds.

However, on the page for all Flatpaks you can see the most recent Zoom build failed.

Build 50329 appears to have failed, and that happened around the time that new version was released (the new zoom release was around June 7th per the version name .0607.

Build 50329's failure should be investigated. Or is there a simple way to trigger buildbot to try again?

vchernin commented 3 years ago

@muelli Since you merged #273, could you try to rebuild 50329? That might resolve the issue as I haven't found any other recent failing builds. (this idea was suggested on matrix)

muelli commented 3 years ago

https://flathub.org/builds/#/builders/32/builds/51155

vchernin commented 3 years ago

Latest build is now available on Flathub stable, thanks @muelli for rebuilding and @stendler for reporting the issue!

stendler commented 3 years ago

@vchernin thanks for getting to the bottom of this issue. Hopefully some measures will be implemented to prevent similar issues in the future.