Set Snap source type to git for easier rebuild from main master sources

Also changed grade to allow promoting YaCy snap to a channel with higher
level than beta.
This commit is contained in:
luccioman 2019-01-31 10:18:41 +01:00
parent e830c2945d
commit b342fdfe79

View File

@ -9,7 +9,7 @@ description: |
YaCy nodes can also be placed in intranet environment
which makes YaCy a replacement for commercial enterprise search solutions.
grade: devel
grade: stable
confinement: strict
icon: addon/YaCy256x256.png
@ -45,7 +45,7 @@ parts:
ant-build-targets:
- clean
- dist
source: .
source: https://github.com/yacy/yacy_search_server.git
build-packages:
- openjdk-8-jdk
override-build: |