Ubuntu Pastebin

Paste from Marco Trevisan (3v1n0) at Wed, 26 Apr 2017 09:54:03 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 989f2d3..f32186f 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -10,7 +10,7 @@ confinement: strict
 
 apps:
   snap-review:
-    command: preload click-review
+    command: snapcraft-preload click-review
     plugs: [ home, network ]
     aliases: [ snap-review ]
 
@@ -41,14 +41,9 @@ parts:
     - -usr/bin/pydoc3.5
     - -usr/share/dh-python
     - -usr/share/python3/py3versions.py
-  preload:
-    source: https://github.com/sergiusens/snapcraft-preload.git
-    source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
-    source-type: git
-    plugin: cmake
-# Remove this comment and uncomment the following for amd64 (LP: #1671238)
-#    build-packages:
-#    - libc6-dev-i386
-#    - libc6-dev-x32
-#    - gcc-5-multilib
-#    - gcc-multilib
+    after:
+    - snapcraft-preload
+
+  snapcraft-preload:
+    source: https://github.com/3v1n0/snapcraft-preload.git
+    source-branch: string-appends-fixes
Download as text