The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/219
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 09dce9884f55fa9e346f86891e46e161b7b6258b Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Fri, 16 Aug 2019 10:10:09 +0200 Subject: [PATCH] Add .snapcraft.yaml Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- .snapcraft.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .snapcraft.yaml diff --git a/.snapcraft.yaml b/.snapcraft.yaml new file mode 100644 index 0000000..b03a8f9 --- /dev/null +++ b/.snapcraft.yaml @@ -0,0 +1,25 @@ +name: distrobuilder +base: core18 +version: git +summary: System container image builder for LXC and LXD +description: |- + Distrobuilder is a tool which lets you create container images for LXC and LXD. +license: Apache-2.0 +confinement: classic + +apps: + distrobuilder: + command: bin/distrobuilder + +parts: + distrobuilder: + source: . + build-packages: + - gcc + stage-packages: + - debootstrap + - gpg + - rsync + - squashfs-tools + plugin: go + go-importpath: github.com/lxc/distrobuilder
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel