Skip to content

Commit db70f4e

Browse files
committed
[chg] added deletion of poetry.lock for mac build (debug)
1 parent c135189 commit db70f4e

File tree

5 files changed

+97
-1
lines changed

5 files changed

+97
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ build:osx-pyinstaller:
4545
- macos
4646
script:
4747
- source $HOME/.poetry/env
48+
- rm poetry.lock # as debug test
4849
- poetry install
4950
- poetry run opsi-dev-tool -l info --pyinstaller-poetry-build
5051
- ./dist/opsi-deploy-client-agent --version

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# opsi-deploy-client-agent
2+
3+
This repository contains a script which is intended to be run on an opsi conf-server.
4+
If it is placed inside an opsi-client-agent, opsi-linux-client-agent or opsi-mac-client-agent, it copies the relevant files to the desired client and sets it up to run the components of an opsi-client-agent.
5+
6+
## usage
7+
8+
```
9+
./opsi-deploy-client-agent <client_fqdn>
10+
```

README.rst

Whitespace-only changes.

poetry.lock

Lines changed: 85 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ url = "http://pypi.uib.gmbh:8080/simple/"
1616
[tool.poetry.dependencies]
1717
python = "^3.7"
1818
python-opsi = "^4.2.0"
19+
paramiko = "^2.7.2"
1920

2021
[tool.poetry.dev-dependencies]
2122
pytest = "^5.2"

0 commit comments

Comments
 (0)