Add asciidoc to slaves.

So that we get documentation when we build gerrit.

Change-Id: I3a63320192d150f46d6a21a1a3c528098803d765
This commit is contained in:
James E. Blair 2012-04-09 18:11:19 -07:00
parent 45c40b17de
commit 07f9281c10

View File

@ -20,6 +20,7 @@ class jenkins_slave($ssh_key) {
}
$packages = ["apache2",
"asciidoc", # for building gerrit
"autoconf",
"automake",
"build-essential",