On Mon, Jan 11, 2016 at 8:08 PM, 'Viktor Bachraty' via ganeti-devel < [email protected]> wrote:
> Signed-off-by: Viktor Bachraty <[email protected]> > --- > devel/build_chroot | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/devel/build_chroot b/devel/build_chroot > index d1160f6..ca0a483 100755 > --- a/devel/build_chroot > +++ b/devel/build_chroot > @@ -1,4 +1,4 @@ > -#!/bin/bash > +B#!/bin/bash > I assume this is not intentional? > > #Requirements for this script to work: > #* Make sure that the user who uses the chroot is in group 'src', or > change > @@ -657,7 +657,7 @@ EOF > libghc-vector-dev libghc-temporary-dev libghc-psqueue-dev \ > libghc-cabal-dev \ > cabal-install \ > - libpcre3 libpcre3-dev happy hscolour pandoc \ > + libpcre3 libpcre3-dev hscolour pandoc \ > python-setuptools python-sphinx python-epydoc graphviz > python-pyparsing \ > python-simplejson python-pyinotify python-pycurl python-paramiko \ > python-bitarray python-ipaddr python-yaml qemu-utils > python-coverage pep8 \ > @@ -680,6 +680,7 @@ EOF > in_chroot -- \ > cabal install --global \ > 'base64-bytestring>=1' \ > + 'happy>=1.19' \ > hslogger-1.2.3 \ > 'hlint>=1.9.12' \ > json-0.7 \ > -- > 2.6.0.rc2.230.g3dd15c0 > > Hrvoje Ribicic Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind, leiten Sie diese bitte nicht weiter, informieren Sie den Absender und löschen Sie die E-Mail und alle Anhänge. Vielen Dank. This e-mail is confidential. If you are not the right addressee please do not forward it, please inform the sender, and please erase this e-mail including any attachments. Thanks.
