"no published release discovered for X" #432
Notifications
Total Time Spent: 1 hour 20 minutes
Due Date
decentral1se
1 hour 20 minutes
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#432
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a new version is released and in the catalogue but
abra
hasn't updated local tags, it reports that no versions are available. We should be updating tags when doing deploy. Thought this was the case.I experienced this too.
The error is
FATA[0002] no published release discovered for nextcloud
Nextcloud recipe was recently updated.
In order to fix I had to run
cd ~/.abra/recipes/nextcloud && git checkout main && git fetch -a
to update the recipe.abra reports no versions available when can't match catalogue tag with local git repo tagto "no published release discovered for X"We are indeed pulling in tags when doing deploy logic
2518e65e3e/pkg/recipe/recipe.go (L634-L644)
🤔However, I think there is a bug in it, was able to reproduce:
git for-each-ref refs/tags
reports everything is annotated. I'm gonna try track this down.(FYI coop-cloud/abra#329 improves the error message)