We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation shows ignore-running as a valid option for refresh-mode
https://snapcraft.io/docs/snapcraft-app-and-service-metadata
However when building snapcraft reports:
unexpected value; permitted: 'endure', 'restart'
Add "refresh-mode: ignore-running" to the app
snapcraft from edge with lxd
+ refresh-mode: ignore-running
No response
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-2834.
This message was autogenerated
Sorry, something went wrong.
Thanks for the report! I can reproduce this in snapcraft 7.x/stable and 8.x/stable with core20 and core22.
7.x/stable
8.x/stable
core20
core22
@kenvandine, was this previously working for you?
It appears that it should have never worked (source and source). Here's my core22 reproducer:
name: test version: '0.1' summary: test description: test grade: devel confinement: devmode base: core22 parts: my-part: plugin: nil override-build: | touch $CRAFT_PART_INSTALL/hello chmod +x $CRAFT_PART_INSTALL/hello craftctl default apps: my-app: command: hello refresh-mode: ignore-running
No, I didn't know about it until I just stumbled upon it in the docs and thought it could solve a problem we have right now.
Great, I was hoping for. I'll update the models to allow ignore-running.
ignore-running
Successfully merging a pull request may close this issue.
Bug Description
The documentation shows ignore-running as a valid option for refresh-mode
https://snapcraft.io/docs/snapcraft-app-and-service-metadata
However when building snapcraft reports:
To Reproduce
Add "refresh-mode: ignore-running" to the app
Environment
snapcraft from edge with lxd
snapcraft.yaml
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: