SDP-120

tom_tyler (C. Thomas Tyler)
C. Thomas Tyler created this job , modified by C. Thomas Tyler
Closed
Add -recent flag to p4verify.sh to verify recent changes.
20840Add '-recent' flag to p4verify.sh to verify only recent changes.

Usage info is added with '-h' and '-man' flags.

This change involved changing the command line parsing to accept
the <instance> positional parameter and '-recent' flag, as well
as standard '-v' and '-D' flags.

This change also should reduce memory requirement in cases where
there are a large number of verify errors.  This was done by
combining greps and tossing 'grep' output to /dev/null, using only
the grep exit code to determine if BAD/MISSING (etc.) appear in the
log.

Added a Version id.  (Need to avoid +k due to the way SDP files
move around from server to server).  This must be updated manually.
20868Add '-recent' flag to p4verify.sh to verify only recent changes.

Usage info is added with '-h' and '-man' flags.

This change involved changing the command line parsing to accept
the <instance> positional parameter and '-recent' flag, as well
as standard '-v' and '-D' flags.

This change also should reduce memory requirement in cases where
there are a large number of verify errors.  This was done by
combining greps and tossing 'grep' output to /dev/null, using only
the grep exit code to determine if BAD/MISSING (etc.) appear in the
log.

Added a Version id.  (Need to avoid +k due to the way SDP files
move around from server to server).  This must be updated manually.
  • Details
  • Comments -
Status
Closed
Project
perforce-software-sdp
Severity
C
Reported By
C. Thomas Tyler
Reported Date
Modified By
C. Thomas Tyler
Modified Date
Owned By
tom_tyler
Dev Notes
This job, SDP-120, was originally named job000616.
Type
Feature