Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | snap: Removing snapcraft plug line | Joshua Powers | |
The snap is a classic snap and does not need to specify any plugs because it is already unconfined. LP: #1695333 | |||
2017-04-12 | snap: allows for creating cloud-init snap | Joshua Powers | |
Add a basic snapcraft.yaml file to allow the execution of cloud-init as a snap. This will always pull down the latest source from master for the snap. setup.py will now also set the default init system to be systemd when no other is passed to it. |