Ubuntu Pastebin

Paste from jdstrand at Thu, 27 Apr 2017 16:13:12 +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
$ git diff
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 903da1a..cafef4a 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 ]
 
@@ -43,9 +43,9 @@ parts:
     - -usr/share/python3/py3versions.py
   preload:
     source: https://github.com/sergiusens/snapcraft-preload.git
-    source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
     source-type: git
     plugin: cmake
+    # source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3
 # Uncomment the following for amd64 (LP: #1671238)
     build-packages:
     - libc6-dev-i386
Download as text