-
Notifications
You must be signed in to change notification settings - Fork 188
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
Issue after updating tag #3572
Comments
Hi, You can delete a release within 7 days and then rebuild. It should pick up the new tag. |
Hi, However, now, a few days later, jitpack says that there is no 0.4.7.2. That is expected, since I deleted the very release and with it the tag again to work around the issue. I just created the tag again on the correct position and now, jitpack builds everything as it should. So it seems to me that I have run in some caching timeout. I mean, that I have been too fast with deleting an rebuilding the tag that the wrong commit hash was still in a short-lived cache? Anyhow, thanks for your time! |
Hi there, I did run into the very same issue today. Please take a look at these logs and their first few lines. should be: https://jitpack.io/com/github/JesusMcCloud/netlayer/3b2fdc8f07/build.log again, I moved the tag. Deleting the release and rebuilding it does not work. It seems to me that jitpack is not fetching updated tags correctly. What can I do? |
I looked some more into the behaviour and found that once a tag is set, jitpack does not forget about it for a certain amount of time. git structure: ...-1-2-3-master Steps to reproduce:
last time, after 3 days time, the correct tag has been built. |
Adding a dummy commit on top does not change the behaviour as well. (following the suggestion in bisq-network/bisq#2010 (comment)) building "jitpackfix-SNAPSHOT" does result in building the correct commit. |
could it be a reincarnated #1025? It is now several days after and the behaviour is still the same. The tag is stuck, no matter what I do. |
I just investigated some more and this is what I found:
And I started the 0.6.1 build right after my git check build. So, in fact, the tag 0.6.1 build.log and most probably the build itself served by jitpack is a few days old although I just ran it and got a green light. |
Hi, Thanks for the detailed steps! |
This is happening to me as well, even after multiple hours of waiting. Anything we can do to trigger a clear or flush or something via the API? |
I still encounter the issue. Again my analysis:
|
This is happening to me as well |
Hi, In some cases the build.log is cached by the browser so it it's forth doing a hard refresh. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Hi there,
I created a release github, but, unfortunately, on the wrong commit. I only became aware of the issue after building it once on jitpack. Now, I updated the tag to point to the correct commit and now the git release is sound.
However, jitpack does not update the tag. Is this an issue? or is this by design?
this is what 0.4.7.2 should be:
https://jitpack.io/com/github/JesusMcCloud/netlayer/0472-0e57f3f622-1/build.log
this is what 0.4.7.2 is:
https://jitpack.io/com/github/JesusMcCloud/netlayer/0.4.7.2/build.log
Thanks!
The text was updated successfully, but these errors were encountered: