Script for Jenkins documentation build
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 22 May 2015 13:39:48 +0000 (16:39 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 11 Jun 2015 16:45:58 +0000 (18:45 +0200)
commit440156efeb281c9f59cc238b2d1948ed567a7085
tree839627cd8f1a530c66b726fa7c639c26d99232e4
parenteb66f40d8019e9dc49649660c128bab14975f18d
Script for Jenkins documentation build

Move the script to do the documentation build from Jenkins to the
repository to reduce coupling.  There is hardly any content in the
script that would need to change if something in Jenkins changes (and
those few details can easily be passed into the script), but a lot that
needs to be changed whenever the build system for the documentation is
refined.

For now, the contents are essentially the same as in the Jenkins job
configuration for Documentation_Gerrit_master or
Documentation_Nightly_master.  Having a script in the same repository as
the build system makes it easier to evolve the script and the build
system in sync without enforcing rebases for every change in Gerrit.

Change-Id: If5eda21c94bc7d4707d4716d4f54b2be3ae898cf
admin/build-docs.sh [new file with mode: 0755]