From: Andreas Barth <aba@not.so.argh.org>
Date: Mon, 5 Apr 2010 05:14:01 +0000 (+0000)
Subject: add/update files from live tree
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56227cf6a50f0744ba5925b27e507734cd60e020;p=wannabuild.git

add/update files from live tree
---

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
+}
+