added ebuild for gitlabhq-6.6.5 with patches. the ebuild compiles, i didn't test the installation or even if it runs, so beware!
This commit is contained in:
parent
d5533d34de
commit
38af1e988e
31 changed files with 2267 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