-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update dokku-daemon.yml #184
Conversation
Thanks a lot @robotski |
@ltalirz I've done a bit of debugging on my end, and it seems like the CI failure is being caused by a bug in Dokku. If I run I've opened up an issue in the main repo: dokku/dokku#6770 |
hi @robotski , thanks for looking into this! Reading through your comment, it seems to me that the git sha reported is actually correct in all cases? git has some logic to determine what fraction of the sha to display, i.e. it's possible that it decides after some operation that it now needs to display a longer fraction of the sha in order for the displayed fraction to be unique. if some code relies on these "short versions" of shas to be identical, then probably that is the bug (one should compare full shas instead) mentioning @josegonzalez for info |
I wonder if it might be appropriate to add a The currently existing Or the sha comparison in dokku_clone.py could truncate the longer hash, but that seems like an incorrect solution to me. |
Yes. Happy to review a PR |
The dokku side should probably just always use a long commit-sha. Don't know if I feel this is a breaking change or not though. |
@ltalirz Could you please re-run CI when you get a chance? There's a new release of Dokku out that fixes the sha issue. Thanks! |
In one instance the test on ubuntu2204 failed with
Not sure where this comes from? In any case I'll merge for now |
Apparently this has to do with http post buffer sizes |
Would it be possible to publish to Galaxy soon? The current release is unable to clone repos. |
just pushed the tag, let me know whether it works (will take 30 minutes to publish to galaxy) |
GitHub's SSH key changed
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
Should possibly add the Ed25519 key (and maybe remove the RSA one?) but those seem like more significant changes.