forked from TYPO3-cookbooks/gerrit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
18 lines (15 loc) · 760 Bytes
/
metadata.rb
File metadata and controls
18 lines (15 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name "gerrit"
maintainer "Steffen Gebert"
maintainer_email "steffen.gebert@typo3.org"
license "Apache 2.0"
description "Installs/Configures gerrit"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.3.1"
%w{ build-essential database mysql postgresql java git maven apache2}.each do |cookbook|
depends cookbook
end
recipe "gerrit::default", "Installs and configures Gerrit. Includes other recipes, if needed"
recipe "gerrit::mysql", "Installs MySQL server and configures Gerrit to use MySQL"
recipe "gerrit::proxy", "Installs Apache2 as reverse proxy in front of Gerrit"
recipe "gerrit::source", "Checks out Gerrit source code from Git and builds it using maven."
supports "debian"