mirror of
https://github.com/minio/minio.git
synced 2025-02-03 18:06:00 -05:00
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
This commit is contained in:
parent
1729e82361
commit
617f2394fb
6
.gitignore
vendored
6
.gitignore
vendored
@ -17,3 +17,9 @@ release
|
|||||||
*.syso
|
*.syso
|
||||||
coverage.txt
|
coverage.txt
|
||||||
settings.json
|
settings.json
|
||||||
|
.snap
|
||||||
|
*.tar.bz2
|
||||||
|
parts/
|
||||||
|
prime/
|
||||||
|
snap/.snapcraft/
|
||||||
|
stage/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: minio
|
name: minio
|
||||||
version: git
|
version: master
|
||||||
summary: open source object storage server compatible with Amazon S3 APIs
|
summary: Open source object storage server compatible with Amazon S3 APIs
|
||||||
description: |
|
description: |
|
||||||
Minio is an object storage server released under Apache License v2.0. It is
|
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
|
compatible with Amazon S3 cloud storage service. It is best suited for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user