From a07f2629f0a38b6277477b0002d39400d1ea1685 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 24 Mar 2017 15:36:46 -0700 Subject: snap: allows for creating cloud-init snap 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3946ec76..b0500a68 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ __pycache__ .tox .coverage doc/rtd_html +parts +prime +stage +*.snap -- cgit v1.2.3