-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopsi-dev-tool.yml
More file actions
60 lines (58 loc) · 1.48 KB
/
opsi-dev-tool.yml
File metadata and controls
60 lines (58 loc) · 1.48 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
project:
licenses:
- license: AGPL-3.0-only
header: |
opsi-cli is part of the device management solution opsi http://www.opsi.org
Copyright (c) 2021-{year} uib GmbH <info@uib.de>
All rights reserved.
License: {license}
pyinstaller:
one_file: no
strip: yes
before_script:
- find plugins -name __pycache__ -exec rm -rf {} +
hidden_imports:
all:
- orjson
- psutil
- pip._internal.commands.install
- rich.tree
- rich.progress
- purecrypt
windows:
- pip._vendor.platformdirs.windows
darwin:
- pip._vendor.platformdirs.macos
collect_submodules:
- opsicli
- urllib3
- opsicommon.package
- code
extra_args:
- --exclude-module=tkinter
- --exclude-module=pytest
- --exclude-module=ruff
- --exclude-module=ty
scripts:
- script: run-opsicli
binaries:
- opsi-cli
data_files:
- src: ${VENV_SITE_PACKAGES}/pip/_vendor/certifi/cacert.pem
dst: pip/_vendor/certifi
- src: ${VENV_SITE_PACKAGES}/pipreqs/stdlib
dst: pipreqs
- src: ${VENV_SITE_PACKAGES}/pipreqs/mapping
dst: pipreqs
- src: plugins/**/*
dst: plugins
dirname: opsicli
locale_install: []
packages:
- opsicli
jenkins-test:
ACTIONREQUEST: setup,setup,uninstall,uninstall,setup
PRODUCTS: opsi-cli,opsi-cli,opsi-cli,opsi-cli,opsi-cli
SNAPSHOT: patched
PROPERTIES: {}
SYSTEMS: win11-x64-25h2,win10-x64-2021,win2022,debian13,sle15-6,macos