upgpkg: controller-testing v0.2.7
upgpkg: core-testing v0.2.4 add: config and tmpfiles for logging in -testing pkgs
This commit is contained in:
parent
0db61cd92c
commit
3a66873023
6 changed files with 14 additions and 8 deletions
core-testing
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||
pkgname=emgauwa-core-testing
|
||||
pkgver=0.2.3
|
||||
pkgver=0.2.4
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
|
@ -17,11 +17,11 @@ source=("https://git.serguzim.me/emgauwa/core/archive/testing-v$pkgver.tar.gz"
|
|||
"emgauwa-core-testing.service"
|
||||
"emgauwa-core-testing.sysusers"
|
||||
"emgauwa-core-testing.tmpfiles")
|
||||
sha256sums=('cab5fa1ebf4c2afef2c68a4c7edde1fbf324b1d1c05818bfbc2d4a56f6cb0a24'
|
||||
'b6747ceee2099f6ee321af4c69e10cb9e73d444e769fc33efd257e59d55b40be'
|
||||
sha256sums=('97780314b36a19fae4e64e15e55903311eec2ce89bcea92dd2b9a6d7a670f470'
|
||||
'210c8a05bae65e5f19c0c168b0f8c63d064706a9e7885a22a57ca7b04ea4e00f'
|
||||
'c781f4d50da8e158551a47a8549981dad05faaf2d632c4fde8b36b48474ab0ec'
|
||||
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
||||
'0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2')
|
||||
'76f7d12b56efbdb06eb14ac758da2daa4ca9f2c6449a0103db6aeab22ed93cd8')
|
||||
|
||||
prepare() {
|
||||
cd "core"
|
||||
|
|
|
@ -16,3 +16,4 @@ discovery-port = 4420
|
|||
mqtt-port = 1884
|
||||
|
||||
log-level = debug
|
||||
log-file = /var/log/emgauwa/core.log
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
d /var/lib/emgauwa 0750
|
||||
d /var/lib/emgauwa/core 0750
|
||||
Z /var/lib/emgauwa - emgauwa emgauwa
|
||||
d /var/log/emgauwa 0750
|
||||
Z /var/log/emgauwa - emgauwa emgauwa
|
||||
z /etc/emgauwa 0755 root emgauwa
|
||||
z /etc/emgauwa/core.ini 0660 root emgauwa
|
||||
|
|
Reference in a new issue