From 617f2394fbb07f99aa3ec3d99d2777111c07293d Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Mon, 14 Aug 2017 12:12:46 -0600 Subject: [PATCH] Hardcode snap version while a store bug is fixed (#4806) * Hardcode snap version while a store bug is fixed This is a workaround for for a failure in the store, which limits the version to 32 characters. https://forum.snapcraft.io/t/versions-can-be-at-most-32-characters/1642 Capitalize the summary * add the snapcraft dirs to gitignore bring back settings.json to ignore --- .gitignore | 6 ++++++ snap/snapcraft.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cbd0e177c..41db94b14 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,9 @@ release *.syso coverage.txt settings.json +.snap +*.tar.bz2 +parts/ +prime/ +snap/.snapcraft/ +stage/ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e7fd768a8..6f7cb583e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: minio -version: git -summary: open source object storage server compatible with Amazon S3 APIs +version: master +summary: Open source object storage server compatible with Amazon S3 APIs description: | Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for