LGTM, thanks
On Thu, Oct 17, 2013 at 3:02 PM, Klaus Aehlig <[email protected]> wrote: > As, by default, Ganeti 2.11 and higher installs as a standby > version, explicitly require the symlinks in sysconfdir to > be enabled for qa. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git > a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg > b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg > index dd7889c..b882b03 100644 > --- a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg > +++ b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg > @@ -484,7 +484,8 @@ def _QaBuild(checkout_mode, make_check): > GenerateConfigure("--prefix=/usr", "--sysconfdir=/etc", > "--localstatedir=/var", "--with-lvm-stripecount=3", > "--enable-confd=haskell", > - "--with-ssh-initscript=service sshd"), > + "--with-ssh-initscript=service sshd", > + "--enable-symlinks"), > ] > > if make_check: > -- > 1.8.4 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
