From 56227cf6a50f0744ba5925b27e507734cd60e020 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Mon, 5 Apr 2010 05:14:01 +0000 Subject: [PATCH] add/update files from live tree --- .gitignore | 7 +++++++ etc/logrotate.conf | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 etc/logrotate.conf diff --git a/.gitignore b/.gitignore index cca6340..711c53b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,10 @@ trigger.curlrc tmp db status +etc/*password +stats +dumps +etc/non-free-include-list +etc/logrotate.status +etc/yaml/buildd_mipsel-rem.yaml +etc/yaml/buildd_mipsel-test.yaml diff --git a/etc/logrotate.conf b/etc/logrotate.conf new file mode 100644 index 0000000..f71461d --- /dev/null +++ b/etc/logrotate.conf @@ -0,0 +1,12 @@ +/srv/wanna-build/db/merge.*.log { + weekly + rotate 30 + size 50M + copytruncate + delaycompress + compress + notifempty + missingok + create 640 wbadm wbadm +} + -- 2.39.2