diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-04 17:35:49 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-04 17:35:49 -0400 |
commit | cf9550d8df51d927c63176675280d69b86e7a6e2 (patch) | |
tree | 9974201aae08af4e46275465eff30793e13262aa /gitblit.properties | |
parent | b5b4026628c50ffdfa3ceeb93badb613cdca18eb (diff) | |
download | gitblit-cf9550d8df51d927c63176675280d69b86e7a6e2.tar.gz gitblit-cf9550d8df51d927c63176675280d69b86e7a6e2.zip |
Build infrastructure improvements. Setting to show remote branches.
The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven
site. Yeah! That was the last missing piece for a slick Git:Blit
deployment. The build has been reworked to download from Eclipse and
to also download source and javadoc jars for setting up a development
environment.
Made the log4j pattern configurable by operating system.
Moved Markdown utils to their own class since I need StringUtils for
Build and that introduced a chicken-and-egg scenario.
Diffstat (limited to 'gitblit.properties')
-rw-r--r-- | gitblit.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gitblit.properties b/gitblit.properties index 99254997..67c3a095 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -122,6 +122,9 @@ regex.global.changeid = \\b(Change-Id:\\s*)([A-Za-z0-9]*)\\b!!!<a href="http://s #
server.tempFolder = temp
server.log4jPattern = %-5p %d{MM-dd HH:mm:ss.SSS} %-20.20c{1} %m%n
+server.log4jPattern.windows = %-5p %m%n
+server.log4jPattern.linux =
+
#
# Jetty Settings
|