blob: 570c33022c05f21cecb49203088b6c9e582b92ea (
plain) (
blame)
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
35
36
37
|
name: sosreport
summary: Sos is an extensible, portable, support data collection tool
description: |
Sos is an extensible, portable, support data collection tool
primarily aimed at Linux distributions and other UNIX-like operating
systems.
grade: stable
base: core20
confinement: classic
adopt-info: sos
parts:
sos:
plugin: python
source: .
override-pull: |
snapcraftctl pull
snapcraftctl set-version $(git describe --tags --always)
build-packages:
- git
- python3
- snapcraft
- gettext
apps:
sos:
environment:
PYTHONPATH: ${SNAP}/lib/python3.8
command: bin/sos
sosreport:
environment:
PYTHONPATH: ${SNAP}/lib/python3.8
command: bin/sos report
sos-collector:
environment:
PYTHONPATH: ${SNAP}/lib/python3.8
command: bin/sos collector
|