Re: OWL - wayland for mac

2021-12-06 Thread Jeremy Huddleston Sequoia via macports-dev
Yes, he let me know about the release and I was chatting with him about it. Due to the license (GPL-3), I will need to talk to legal counsel before I can do anything related to it. > On Nov 30, 2021, at 03:10, René J.V. Bertin via X11-users > wrote: > > FYI, > > Someone has been making

Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones
> The builds from the previous commit were fine, and completed successfully. If > the builders are smart enough to detect that nothing was changed in the > Portfile and are able to skip trying to recompile the package, then I suppose > it would be fine to simply leave the build requests in

Re: Remove pending builds from buildbot?

2021-12-06 Thread Jason Liu
The builds from the previous commit were fine, and completed successfully. If the builders are smart enough to detect that nothing was changed in the Portfile and are able to skip trying to recompile the package, then I suppose it would be fine to simply leave the build requests in the queue. --

Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones
Normally making a commit that does not change the revision or version will not trigger a rebuild, assuming the previous port revision built OK on a given platform. If this is the case then again the builds do not need to be cancelled. If the previous builds in fact did not build, then yes

Re: Remove pending builds from buildbot?

2021-12-06 Thread Jason Liu
Neither the revision nor the version numbers were changed in the Portfile (in fact, no changes were made to the Portfile at all), only the new file got added to the files/ folder. But builds got queued up on the buildbot anyway after the PR got merged. Adding the file to the port (PR #12976

Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones
Hi, If the revision and version numbers have changed, because what is installed on disc has changed, then the builds need to be rerun, otherwise you are forcing the long builds on users, which is worse than tying up the buildbots for a while. Cheers Chris > On 6 Dec 2021, at 6:10 pm, Jason

Remove pending builds from buildbot?

2021-12-06 Thread Jason Liu
Hi all, Would it be possible to remove the queued builds for my PR that was recently merged on the 10.13 and 12_x86_64 watchers? That PR only added an auxiliary file, and