snapd
snapd copied to clipboard
The snapd and snap tools enable systems to work with .snap files.
Add a spread test with several variants showing that we can perform multi-volume gadget asset updates. Note this particular spread test is broken due to ubuntu-image in Go, which is...
Opening to share the state of the code, as well as to share the branch that was used to build `beta/wendover` branch. This includes all of https://github.com/snapcore/snapd/pull/10906 as well as...
Revert https://github.com/snapcore/snapd/pull/11259 once the situation is resolved/understood. See also https://bugs.launchpad.net/snapd/+bug/1954545
This PR updates the service control commands to detect and refuse to operate on user daemons. While we may eventually want to do something sensible for user daemons in future,...
Eventually we will also disable this behavior of being able to call snap-confine from a devmode snap for all other systems, but for now we can only get away with...
This is a prototype script I use for getting snippets of what to execute to do things in the release. It is not complete, but there are TODOs left for...
When gadget uses shim fallback mode, the trusted assets chain is different. Add support to detect that. When gadget uses shim with fallback, it will first boot to fbx64.efi which...
The ansimeter currently uses FormatDuration() to render the time left on the progress bar in no more than 5 runes. This limitation forces the rendering to switch between whole and...
This should aid in debugging problems like in LP #1956586.