-
Notifications
You must be signed in to change notification settings - Fork 416
add ghostscript & openjpeg #3115
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
Conversation
3673d47 to
30a61fd
Compare
imjasonh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change lgtm but I think the update check is telling us wolfibot won't be able to update it for us:
time="2023-06-25T17:37:34Z" level=fatal msg="error during command execution: 1 error occurred:\n\t* package ghostscript: failed to validate update config, melange bump: got 404 Not Found when fetching [https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${{vars.mangled-package-version}}/ghostscript-10.01.2.tar.gz\n\n](https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$%7B%7Bvars.mangled-package-version%7D%7D/ghostscript-10.01.2.tar.gz/n/n)"
is this some sort of a bug in wolfictl check update command? Because it seems that it couldn't replace this part |
|
The cause of the issue is the var substitution isn’t taking place during a melange bump. The reason for that is the way the melange packages are structured as a cyclic package dependency occurs when melange bump calls the var replace code. Until this is resolved we've been merging with that failed check as it isn’t a “required” check. What you can do is change the update section to |
30a61fd to
8745e09
Compare
2abddbc to
5881f4f
Compare
a28bcf4 to
a8cf90b
Compare
1570ffd to
eca65b9
Compare
Signed-off-by: Batuhan Apaydin <[email protected]> Co-authored-by: Furkan Turkal <[email protected]> Signed-off-by: Batuhan Apaydin <[email protected]>
eca65b9 to
d68b205
Compare
Fixes:
Related:
Pre-review Checklist
For new package PRs only
packages.txtFor security-related PRs
advisoriesandsecfixesFor version bump PRs
epochfield is reset to 0