diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2019-01-31 10:18:41 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2019-01-31 10:18:41 +0100 |
| commit | b342fdfe7988c694b4f27ea4a35bf971c17b2134 (patch) | |
| tree | 2d75d0017f501a072e55869cce4610a239ff944a /snap | |
| parent | e830c2945d5ca2b3e5e394eae123c965937dd9c5 (diff) | |
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.
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ab5c042a4..c668904d1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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: | |
