← Back to team overview

ufl team mailing list archive

Re: UFL and buildbot

 

On Mon, Mar 9, 2009 at 3:31 PM, Johannes Ring <johannr@xxxxxxxxx> wrote:
> Hi,
>
> I have a couple of issues regarding UFL and the buildbot:
>
> 1. The Windows buildslave failed during build. The following patch should
> fix this:
>
> --- a/setup.py  Sun Mar 08 20:18:58 2009 +0100
> +++ b/setup.py  Mon Mar 09 15:19:26 2009 +0100
> @@ -41,5 +41,5 @@
>                  "scripts/ufl-convert",
>                  "scripts/form2ufl"],
>       packages = ["ufl", "ufl.algorithms"],
> -      package_dir = {"ufl": "ufl/"},
> +      package_dir = {"ufl": "ufl"},
>       data_files = [("lib/pkgconfig", ["ufl-%d.pc" % major])])

Done.

> 2. The buildbot is not currently triggered by a commit. To fix this, add
> the following line under the [hooks] section in .hg/hgrc:
>
> changegroup.jhbuildbot = hg-notify UFL jhbuildbot@xxxxxxxxxx

Done.

> 3. Let me know if you want the buildbot to send an email to ufl-dev
> if/when the build or tests fails.

Yes please. We should keep it stable now.

Martin


Follow ups

References