Finding blocked packages

Hi,

I have a project with some 24 packages, and see in the build overview (obs-website) that two packages are blocked.

How can I find out which ones are blocked, without clicking into each package?

Thx!

On Wed 19 Jun 2013 01:56:03 PM CDT, DocB wrote:

Hi,

I have a project with some 24 packages, and see in the build overview
(obs-website) that two packages are blocked.

How can I find out which ones are blocked, without clicking into each
package?

Thx!

Hi
On the web UI you in the project look across the top and see the
‘Monitor’ tab

From the command line;


osc pr home:DocB:python_packages

You can then filter as required.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.3 (x86_64) Kernel 3.7.10-1.11-desktop
up 1 day 9:22, 4 users, load average: 0.09, 0.06, 0.37
CPU AMD Athlon™ II P360@2.30GHz | GPU Mobility Radeon HD 4200

Perfect, thanks!