All the other triggers work well in our CCRC environment except one. Our deliver_complete trigger did not create the baseline and recommend it as expected.
# create the baseline
$cmd = "cleartool mkbl -c \"$dlvracts\" $basename";
`$cmd`;
# recommend the baseline
$cmd = "cleartool chstream -recommended $bl $stream";
`$cmd`;
The workaround is to create a dynamic view on RWP server and use the -view option in the mkbl command.
$cmd = "cleartool mkbl -c \"$dlvracts\" -view myViewTag $basename";
I hope IBM will fix this in the next release. Otherwise, we have to create a view for each stream for the deliver.
The print statement in the trigger script does not work well in CCRC environment. When debugging, it is better to write to a local file on the RWP server. And make sure that the file is accessible by the web account.
1 comment:
Hello. This post is likeable, and your blog is very interesting, congratulations :-). I will add in my blogroll =). If possible gives a last there on my blog, it is about the OLED, I hope you enjoy. The address is http://oled-brasil.blogspot.com. A hug.
Post a Comment