Skip to content

Commit

Permalink
Build snap with latest version of xsos
Browse files Browse the repository at this point in the history
Bump version to 0.7.28 and add deps.
  • Loading branch information
dosaboy committed Apr 1, 2022
1 parent 740e1ba commit 02e1ae6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
20 changes: 9 additions & 11 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: xsos
version: "1.1"
version: "0.7.28"
summary: Summarize system info from sosreports
description:
The goal of xsos is to make it easy to instantaneously gather information
Expand All @@ -20,21 +20,19 @@ description:
some of the things that are already in line to be worked on.
confinement: strict
grade: stable
base: core20
environment:
LC_ALL: C.UTF-8
LANG: C.UTF-8
LOCPATH: $SNAP_USER_DATA

apps:
xsos:
command: wrappers/xsos
command: xsos
plugs: [home, removable-media]
parts:
xsos:
source: .
plugin: dump
stage-packages: [bsdmainutils, coreutils, locales-all]
wrappers:
source: snap/
plugin: dump
stage-packages: [locales-all]
build-packages:
- lsb-release
after:
- xsos
stage-packages: [bsdmainutils, coreutils, locales-all, gawk]

6 changes: 0 additions & 6 deletions snap/wrappers/xsos

This file was deleted.

0 comments on commit 02e1ae6

Please sign in to comment.