From 257ff0cb7f6df10d2b7da5be882fe78129b8229e Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 2 Dec 2018 15:33:13 +0000 Subject: [PATCH] Remove snap support --- .gitignore | 9 --------- README.md | 5 ----- snap/snapcraft.yaml | 22 ---------------------- 3 files changed, 36 deletions(-) delete mode 100644 snap/snapcraft.yaml diff --git a/.gitignore b/.gitignore index 30d5e65..f1c181e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,3 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - -# Snap -parts -prime -stage -snap/.snapcraft -squashfs-root -*.snap -*_source.tar.bz2 diff --git a/README.md b/README.md index 202a75b..f823039 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Build Status](https://travis-ci.org/jollheef/out-of-tree.svg?branch=master)](https://travis-ci.org/jollheef/out-of-tree) -[![Snap Status](https://build.snapcraft.io/badge/jollheef/out-of-tree.svg)](https://build.snapcraft.io/user/jollheef/out-of-tree) # [out-of-tree](https://out-of-tree.io) @@ -26,10 +25,6 @@ Also do not forget to set GOPATH and PATH e.g.: $ brew install go qemu $ brew cask install docker -## Installation - -[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/out-of-tree) - ## Build from source $ go get -u github.com/jollheef/out-of-tree diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index 0510e24..0000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: out-of-tree -version: '0.2' -summary: out-of-tree kernel {module, exploit} development tool -description: | - out-of-tree kernel {module, exploit} development tool - -grade: stable -confinement: classic - -parts: - out-of-tree: - source: . - plugin: go - go-importpath: github.com/jollheef/out-of-tree - after: [go] - go: - source-tag: go1.11.2 - source-depth: 1 - -apps: - out-of-tree: - command: out-of-tree