blob: eae5572fb5447854ff4c1baacd9fbc4c0e530777 (
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
38
39
40
41
42
43
44
45
46
47
48
|
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: core22
confinement: classic
adopt-info: sos
license: GPL-2.0-or-later
environment:
PYTHONPATH: ${SNAP}/lib/python3.10/site-packages:${SNAP}/usr/lib/python3/dist-packages:${PYTHONPATH}
parts:
sos:
plugin: python
source: .
override-pull: |
craftctl default
craftctl set version="$(git describe --tags --always)"
build-attributes:
- enable-patchelf
build-packages:
- git
- python3
- snapcraft
- gettext
- python3-venv
stage-packages:
- python3.10-minimal
- libpython3.10-minimal
- libpython3.10-stdlib
python-packages:
- pip
- setuptools
- wheel
- python_magic
- packaging
- boto3==1.26.155
apps:
sos:
command: bin/sos
sosreport:
command: bin/sos report
sos-collector:
command: bin/sos collector
|