Add Jenkinsfile for build automation

This commit is contained in:
Gamerboy59 2024-09-08 18:28:03 +02:00 committed by GitHub
commit bf0ece92ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 302 additions and 0 deletions

8
.build/DEB/prerm Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash
set -e
systemctl stop rpxy || true
systemctl disable rpxy || true
exit 0