added ebuild for gitlabhq 6.4.3; copied from gitlabhq-6.0.2-r2, patches adapted from that version as well
This commit is contained in:
parent
90ac68676a
commit
cbb005ad63
24 changed files with 1867 additions and 0 deletions
10
www-apps/gitlabhq/files/gitlab.logrotate
Normal file
10
www-apps/gitlabhq/files/gitlab.logrotate
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
@LOG_DIR@/*.log {
|
||||
missingok
|
||||
delaycompress
|
||||
compress
|
||||
copytruncate
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue