From 392142936ecf1b9f9615c7d56ef7f736d2026ab1 Mon Sep 17 00:00:00 2001 From: Andreas Pfeiffer Date: Thu, 2 Jun 2016 11:27:33 +0200 Subject: [PATCH 1/2] change permission on /var/log-custom that docker is able to write logs --- runtime/opt/taupage/init.d/00-create-custom-log-dir.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/opt/taupage/init.d/00-create-custom-log-dir.sh b/runtime/opt/taupage/init.d/00-create-custom-log-dir.sh index 19a1d3b..51f75ec 100755 --- a/runtime/opt/taupage/init.d/00-create-custom-log-dir.sh +++ b/runtime/opt/taupage/init.d/00-create-custom-log-dir.sh @@ -5,3 +5,6 @@ if [ ! -d /var/log-custom ] then mkdir /var/log-custom fi + +#make writeable for application user that are docker is able to write custom logs +chown application.application /var/log-custom From 028840aff424d03a1524a6fd73ccabd1bfcb17a5 Mon Sep 17 00:00:00 2001 From: Andreas Pfeiffer Date: Thu, 2 Jun 2016 11:31:39 +0200 Subject: [PATCH 2/2] add zappr yaml --- .zappr.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zappr.yaml diff --git a/.zappr.yaml b/.zappr.yaml new file mode 100644 index 0000000..2afd973 --- /dev/null +++ b/.zappr.yaml @@ -0,0 +1,7 @@ +approvals: + minimum: 1 + pattern: "^(:\\+1:|👍|LGTM|lgtm)$" + from: + orgs: + - stups + collaborators: true