How to obsolete all the delivery tasks?

765 Views Asked by At

In our project every day there will be lot of deliveries to integration stream.

When i am looking at my integration stream through project explorer UI, It has plenty of delivery-XX activities?

Can i obsolete them? Is it recommended? How to obsolete all the delivery activity in integration stream using cleartool?

1

There are 1 best solutions below

3
On BEST ANSWER
cleartool lock -obsolete activity:deliver-xx@\myPVob

is enough to obsolete one activity.

You could list all activities in a Stream, and parse the result in order to prepare the right list of commands.

cleartool lsact -in stream:aStream@\aPVob