Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:46

0001 #!/bin/sh
0002 
0003 eval `cd $DIST; scram runtime -sh`
0004 ignominy --verbose --root=$DIST \
0005   --conf=$DEPDIR/path-auto.conf --conf=$UTILSDIR/path.conf \
0006   > $DEPDIR/dependencies.txt 2> $DEPDIR/log
0007 egrep '(oops|warning):' < $DEPDIR/log | \
0008   grep -v ': warning: resolved from' > $DEPDIR/logwarnings