-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add support for (SourceForge) git tags #223
Comments
Do you have an example? Note: Anitya doesn't download anything but a web-page, and I'm not sure I would want anitya to clone a git repo to extract its tags, if that what you are suggesting. |
Example: http://sourceforge.net/p/eclipse-cs/git/ci/master/tree/ (ok, bad one because it should work with the sourceforge module) |
Edited the title of the issue. I think the easiest solution for this would be to make a for example: http://sourceforge.net/p/eclipse-cs/git/ref/master/tags/ |
If there's an API I'm all for that, but I don't want to clone repositories or anything |
@jeremycline I'm not sure how to query this API but I'm guess this is what you're after: |
@yarons According to the documentation you sent, this API is only for creation of tags. |
@Zlopez that sucks, sorry for that. |
Some projects use git tags in public git repositories to mark releases. Support for those would be helpful.
The text was updated successfully, but these errors were encountered: