LGTM, thanks
On Oct 1, 2014 5:37 PM, "'Hrvoje Ribicic' via ganeti-devel" <
ganeti-devel@googlegroups.com> wrote:

> The wheezy chroot relied on the pylint and pep8 packages supplied by
> wheezy, which do not match the ones stated in our developer notes. This
> patch fixes this by specifying the versions explicitly.
>
> Signed-off-by: Hrvoje Ribicic <r...@google.com>
> ---
>  devel/build_chroot | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/devel/build_chroot b/devel/build_chroot
> index 5fb7954..f9b053e 100755
> --- a/devel/build_chroot
> +++ b/devel/build_chroot
> @@ -317,7 +317,7 @@ case $DIST_RELEASE in
>        python-setuptools python-sphinx python-epydoc graphviz
> python-pyparsing \
>        python-simplejson python-pycurl python-paramiko \
>        python-bitarray python-ipaddr python-yaml qemu-utils
> python-coverage pep8 \
> -      shelltestrunner python-dev pylint openssh-client vim git git-email
> +      shelltestrunner python-dev openssh-client vim git git-email
>
>      # We need version 0.9.4 of pyinotify because the packaged version,
> 0.9.3, is
>      # incompatibile with the packaged version of python-epydoc 3.0.1.
> @@ -330,6 +330,14 @@ case $DIST_RELEASE in
>      #
> https://github.com/seb-m/pyinotify/commit/98c5f41a6e2e90827a63ff1b878596
>
>      in_chroot -- \
> +      easy_install \
> +        logilab-astng==0.24.1 \
> +        logilab-common==0.58.3 \
> +        mock==1.0.1 \
> +        pylint==0.26.0 \
> +        pep8==1.3.3
> +
> +    in_chroot -- \
>        easy_install pyinotify==0.9.4
>
>       in_chroot -- \
> --
> 2.1.0.rc2.206.gedb03e5
>
>

Reply via email to