From 2da2cb714ee6382a7e3cdf0b3a627f0b6acf8488 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 19 May 2023 10:04:19 +0200 Subject: SNAP is PITA --- snap/snapcraft.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e49e717f..99db9bd1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -128,10 +128,15 @@ parts: '*': bin/ selective-checkout: - plugin: nil + source: https://github.com/brlin-tw/selective-checkout.git + source-tag: v3.0.1 + plugin: dump build-packages: - - git - stage-snaps: - - selective-checkout + - curl + - jq + - sed + - git + stage: + - scriptlets/selective-checkout prime: - - -* + - -* -- cgit v1.2.3