Align ignores and clarify APT version selection
This commit is contained in:
+53
-1
@@ -1,8 +1,60 @@
|
|||||||
|
# Python
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
*.pyo
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
.eggs/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.venv/
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.hypothesis/
|
||||||
|
.tox/
|
||||||
|
.nox/
|
||||||
|
.pyre/
|
||||||
|
.pytype/
|
||||||
|
.pyright/
|
||||||
|
|
||||||
|
# Packaging
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
*.whl
|
||||||
|
*.deb
|
||||||
|
*.rpm
|
||||||
|
rpmbuild/
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
.direnv/
|
||||||
|
|
||||||
|
# Coverage
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
coverage.xml
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
|
# Editors and operating systems
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
.fleet/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Local configuration and secrets
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
synadm.yaml
|
||||||
|
synadm.yml
|
||||||
|
synadm.yaml.bak-*
|
||||||
|
synadm.yml.bak-*
|
||||||
|
*.local.yaml
|
||||||
|
*.local.yml
|
||||||
|
|
||||||
|
# Local logs and temporary files
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
|||||||
@@ -45,7 +45,10 @@ sudo apt update
|
|||||||
sudo apt install synadm-tui-thueringen
|
sudo apt install synadm-tui-thueringen
|
||||||
```
|
```
|
||||||
|
|
||||||
Dieser Ablauf wurde mit Version 0.15 in einer isolierten APT-Umgebung geprüft: Signaturprüfung, Paketauflösung, Download, Dateirechte und Programmstart waren erfolgreich.
|
APT wählt automatisch die neueste verfügbare Version. Eine Versionsangabe wie
|
||||||
|
`synadm-tui-thueringen=0.16` ist für die normale Installation nicht erforderlich.
|
||||||
|
|
||||||
|
Dieser Ablauf wurde mit Version 0.16 in einer isolierten APT-Umgebung geprüft: Signaturprüfung, Paketauflösung, Download, Dateirechte und Programmstart waren erfolgreich.
|
||||||
|
|
||||||
## RPM-Status
|
## RPM-Status
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user