Any deliver in UCM will generate an activity call deliver.xxx
.
Simply list all activities for a given Stream (see cleartool lsact man page)
–in stream-selector [ –r/ecurse ]
Displays a list of all activities in the specified stream.
With –r/ecurse
, includes activities in child streams.
So:
cleartool lsact -in stream:aStream@aPVob -fmt "%n %d
"|grep deliver
And filter through the dates (%d
) in order to get only the deliver activities for that day.
(stream:aStream@aPVob
is a "stream selector", although you can directly use aStream@aPVob
in this case: cleartool
is expecting a stream name parameter after the -in
option)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…