History log of /haikuporter/HaikuPorter/ReleaseChecker.py
Revision Date Author Comments
# ff947a5b 25-Jul-2023 jurgenwigg <53076001+jurgenwigg@users.noreply.github.com>

[CLEANUP] Remove unused import statements (#264)


# 8d5c14b6 31-Jan-2020 Michael Lotz <mmlr@mlotz.ch>

python3: Finish python3 change. python2 breaking

* Based on mmlr's 2017 work to use Python3 with
changes and adjustments for the current codebase


# 22416339 21-Jan-2020 François Revol <revol@free.fr>

Add a --check-ports-releases option to check for new upstream releases

This should help monitoring releases from upstream projects,
and make sure to test and update the recipes accordingly.

For now it only checks releases/tags at GitHub, maybe we should check
at repology.org instead.

Also it doesn't attempt to sort the tags, but only checks for the first one,
so in some cases it doesn't work (like with cronie-crond/cronie).

At least it works for qtkeychains which are a bit reluctant to merge Haiku
support in fear it might bitrot in the future.