grep -hE "BAD|MISSING" $P4LOGS/p4verify.log | perl -pe 's/([^#]+#[0-9]+) .* change (\d+).*/$1/' > $P4LOGS/files_to_fstat.txt wc -l $P4LOGS/files_to_fstat.txt # Then do batch_verify.sh to put into the queue. nohup /p4/common/bin/batch_verify.sh -f $P4LOGS/files_to_fstat.txt -b 10000 -q 100000 > s3.out &
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 32181 | Russell C. Jackson (Rusty) |
New files to do a batch verify without overloading the pull queue. Uses output of p4verify_notransfer.bat |