[Buildbot-devel] ShellCommand Description Errors

Rishi Verma rishi_verma at apple.com
Tue Nov 30 01:42:37 UTC 2010


Actually turns out I was mistaken, doing the following did not fix the issue:

class InstallBuildFromArchivePath(ShellCommand):
        description = "installing results"
        descriptionDone = "results installed"
        def start(self):
                archivepath = self.getProperty("archivepath")
                self.setCommand(["./scripts/untar.pl", "%s/latest.path" % archivepath])
                ShellCommand.start(self)

The descriptions are picked up and shown on the Waterfall but still getting the same errors in twistd.log.

-Rishi

On Nov 29, 2010, at 5:34 PM, Rishi Verma wrote:

> Thanks that worked.
> 
> -Rishi
> 
> On Nov 29, 2010, at 4:51 PM, Dustin J. Mitchell wrote:
> 
>> On Mon, Nov 29, 2010 at 7:09 PM, Rishi Verma <rishi_verma at apple.com> wrote:
>>> If it helps, I recently upgraded from 0.7.12 to 0.8.1p1 then to 0.8.2, with 0.7.12 we did not need a descriptionDone and so it wasn't until the upgrade to 0.8.2 that I noticed the new arg and the error messages.  I added the new descriptionDone arg and restarted my buildbot, but the error still persisted.
>> 
>> Try setting those parameters as class variables, instead of in start()
>> 
>> Dustin
> 
> 
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel





More information about the devel mailing list