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

Add support for (SourceForge) git tags #223

Closed
genodeftest opened this issue Oct 29, 2015 · 7 comments · Fixed by #1134
Closed

Add support for (SourceForge) git tags #223

genodeftest opened this issue Oct 29, 2015 · 7 comments · Fixed by #1134

Comments

@genodeftest
Copy link

Some projects use git tags in public git repositories to mark releases. Support for those would be helpful.

@pypingou
Copy link
Member

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.

@genodeftest
Copy link
Author

Example: http://sourceforge.net/p/eclipse-cs/git/ci/master/tree/ (ok, bad one because it should work with the sourceforge module)
https://release-monitoring.org/project/654/

@pypingou pypingou changed the title Add support for git tags Add support for (SourceForge) git tags Oct 29, 2015
@pypingou
Copy link
Member

Edited the title of the issue.

I think the easiest solution for this would be to make a SourceForget (git) backend that would retrieve the tags from http://sourceforge.net/p//git/ref/master/tags/

for example: http://sourceforge.net/p/eclipse-cs/git/ref/master/tags/

@jeremycline jeremycline added the type.feature New feature label Nov 10, 2016
@jeremycline
Copy link
Member

If there's an API I'm all for that, but I don't want to clone repositories or anything

@yarons
Copy link
Contributor

yarons commented Feb 5, 2019

@jeremycline I'm not sure how to query this API but I'm guess this is what you're after:
https://sourceforge.net/p/forge/documentation/Using%20the%20Release%20API/

@Zlopez
Copy link
Contributor

Zlopez commented Feb 5, 2019

@yarons According to the documentation you sent, this API is only for creation of tags.

@yarons
Copy link
Contributor

yarons commented Feb 5, 2019

@Zlopez that sucks, sorry for that.

@Zlopez Zlopez added this to Backlog in Maintenance mode Apr 10, 2019
@mergify mergify bot closed this as completed in #1134 Jul 20, 2021
Maintenance mode automation moved this from Backlog to Done Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

5 participants