Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change release checking from SourceForge to GitHub #336

Closed
mstovenour opened this issue Dec 22, 2013 · 1 comment
Closed

Change release checking from SourceForge to GitHub #336

mstovenour opened this issue Dec 22, 2013 · 1 comment

Comments

@mstovenour
Copy link
Collaborator

MisterHouse has a user code file, mh_release.pl, that checks for very specific text in the SourceForge documentation download.html page. This script will notify a MisterHouse user of a new update once the docs/download.pod/.html file is modified on SourceForge.

This enhancement request would modify mh_release.pl to use the json interface on GitHub to check the MisterHouse release tags looking for a newer tag. Once this feature is implemented the docs/download.pod file can be modified to simply point at the GitHub releases page.

@mstovenour
Copy link
Collaborator Author

Design note: Modify the version check to look for the "first" (i.e. top most) tag that matches the pattern /v\d+.\d+/.  That should cover us if someone creates a tag for a different use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants