# Perforce Public Depot Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for [none/cdsp4/jam/p4hl] Optional. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. Job: job000022 Status: open Project: jam Severity: C ReportedBy: [email protected] ReportedDate: 2002/05/06 09:22:13 ModifiedBy: shawn_hladky ModifiedDate: 2008/04/13 13:00:54 OwnedBy: seiwald Description: SIR: propagate "unchangedness" of updated but unchanged targets [rmg 5/6/2002:] Keith Harwood <[email protected]> has offered a patch implementing this. With it, Jam recognizes when an intermediate target has been updated, but remains unchanged, and then exempts dependencies on the unchanged intermediate target from themselves being updated. His implementation is based on target modification timestamps. The suggested patch is in call #319573