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

GitLab / GitHub Tags And Track-Only #1496

Closed
43qcc2cn opened this issue Mar 27, 2024 · 1 comment
Closed

GitLab / GitHub Tags And Track-Only #1496

43qcc2cn opened this issue Mar 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@43qcc2cn
Copy link

I'm not sure if this is a bug or user error on my part but, I'm sure this used to work in previous releases of Obtainium.

Two slightly different issues when trying to add a repo as Track-Only that has no releases, only tags.

https://gitlab.com/divested-mobile/mull-fenix

Obtainium reports:
"Could not find a suitable release"

Screenshot_20240327-093640_Obtainium

Calling the API directly returns the latest tag:
curl --silent https://gitlab.com/api/v4/projects/22366051/repository/tags/ | jq --raw-output '.[].name' | head -1 v124.1.0

https://github.com/Divested-Mobile/Mull-Fenix

Obtainium reports:
"v107.1.0"

Screenshot_20240327-093609_Obtainium

Calling the API directly returns the latest tag:
curl --silent https://api.github.com/repos/Divested-Mobile/Mull-Fenix/tags | jq --raw-output '.[].name' | head -1 v124.1.0

  • Device: Samsung Galaxy S10
  • OS: LineageOS 20 (Android 13)
  • Obtainium Version: v1.0.6

For info, I am aware that there are F-Droid repos for this application but I would prefer to use the source repos for tracking if possible.

Any advice much appreciated. Thanks in advance.

@43qcc2cn 43qcc2cn added bug Something isn't working to check Issue has not been reviewed labels Mar 27, 2024
@ImranR98 ImranR98 added TODO Issue to focus on for the next release and removed to check Issue has not been reviewed labels Mar 29, 2024
ImranR98 added a commit that referenced this issue Mar 29, 2024
- Added 'Share new Apps with AppVerifier' (#255)
- **Removed SourceForge (#1487)**
- Delete downloaded APK on install fail (#1495)
- Fix GitLab's broken track-only mode (#1496)
- Auto-delete download if likely invalid (#1498)
@ImranR98
Copy link
Owner

This was a bug. It should be fixed in the latest release: https://github.com/ImranR98/Obtainium/releases/tag/v1.1.0

@ImranR98 ImranR98 removed the TODO Issue to focus on for the next release label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants