From 632da15234851f3decdbb29cbeb15e1950e41a0d Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 23 Sep 2024 12:45:22 +0200 Subject: snap: Workaround automated review issue Snapcraft automatically adds 'assumes: command-chain' when it detects a command chain is used, without checking whether it is already there. This causes the 'lint-snap-v2:snap_schema' to fail due to the duplicated entry. See https://github.com/canonical/snapcraft/issues/4931 --- snap/snapcraft.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 49ae3e0b..34e3d36c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,9 +6,6 @@ base: core22 grade: stable confinement: strict -assumes: - - command-chain - apps: mana: command: usr/bin/mana -- cgit v1.2.3-70-g09d2