[Buildbot-devel] [ANN] Buildbot-0.7.11

Dustin J. Mitchell dustin at zmanda.com
Sun Jul 12 17:05:01 UTC 2009


On Sun, Jul 12, 2009 at 12:48 PM, Charles Lepple<clepple at gmail.com> wrote:
> I'm in the same situation with the Fink package - the tests aren't
> necessary to build a package, but I'd like to either fix the test or
> patch it out so that I can spot a regression for the next release.
> (Fink supports patch scripts similar to those in RPM spec files.)
>
> Would it be better to remove that specific test?

It looks like I'm just going to release a 0.7.11p1 with this patch applied:
  http://github.com/djmitche/buildbot/commit/f3aa8c78aba7e0ae1a193b49d44efe158278bc68

diff --git a/buildbot/test/test_steps.py b/buildbot/test/test_steps.py
index 9eb7f18..86313ec 100644
--- a/buildbot/test/test_steps.py
+++ b/buildbot/test/test_steps.py
@@ -129,7 +129,6 @@ class BuildStep(unittest.TestCase):
                                "shell",
                                 {'command': "argle bargle",
                                  'workdir': "murkle",
-                                 'logEnviron' : True,
                                  'want_stdout': 1,
                                  'want_stderr': 1,
                                  'logfiles': {},

I'm still not sure how this snuck into the release without being detected..

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list