aboutsummaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
blob: 1b9421f7031fcd63fb753a018af6c69956d0d81d (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
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
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-packages:
      - git
      - python3
      - snapcraft
      - gettext
    stage-packages:
      - python3-venv
    python-packages:
      - pip
      - setuptools
      - wheel
      - python_magic
      - packaging

apps:
  sos:
    command: bin/sos
  sosreport:
    command: bin/sos report
  sos-collector:
    command: bin/sos collector