]> git.donarmstrong.com Git - wannabuild.git/commitdiff
add/update files from live tree
authorAndreas Barth <aba@not.so.argh.org>
Mon, 5 Apr 2010 05:14:01 +0000 (05:14 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Mon, 5 Apr 2010 05:14:01 +0000 (05:14 +0000)
.gitignore
etc/logrotate.conf [new file with mode: 0644]

index cca634052c54ddbd05b10473917f3678f3e47b1b..711c53bf3d5e2810b01eab3b48fce610f09b424a 100644 (file)
@@ -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 (file)
index 0000000..f71461d
--- /dev/null
@@ -0,0 +1,12 @@
+/srv/wanna-build/db/merge.*.log {
+       weekly
+       rotate 30
+       size 50M
+       copytruncate
+       delaycompress
+       compress
+       notifempty
+       missingok
+       create 640 wbadm wbadm
+}
+