remove port from/list ports in build

xorquewasp at googlemail.com xorquewasp at googlemail.com
Mon Mar 30 04:00:42 EDT 2009


On 2009-03-30 01:55:57, Joe Marcus Clarke wrote:
> On Sun, 2009-03-29 at 23:24 +0100, xorquewasp at googlemail.com wrote:
> > Couple of questions:
> > 
> > How do you remove a port from a build?
> 
> tc rmPort

Thanks.

> 
> > 
> > How do you list the ports in a specific build?
> 
> There is no exported function for this from the command line, but the
> webui takes care of this in PHP.
> 
> Joe
> 

Any plans to add this in future? I might have a go myself once I get
more familiar with the system.

That would be, er...

  SELECT port_directory FROM ports WHERE port_id IN
    (SELECT port_id FROM build_ports WHERE build_id =
      (SELECT build_id FROM builds WHERE build_name = $build_name));

Or something close...


More information about the tinderbox-list mailing list