# The form data below was edited by tom_tyler # Perforce Workshop 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. Required. # 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. # Type: Type of job; [Bug/Feature]. Required. Job: SDP-21 Status: closed Project: perforce-software-sdp Severity: B ReportedBy: robert_cowham ReportedDate: 2017/04/02 17:16:31 ModifiedBy: tom_tyler ModifiedDate: 2017/04/03 11:08:34 OwnedBy: robert_cowham Description: The new generation of mkdirs.sh needs to handle -test flag properly. instance_vars was put in /p4/<instance>/bin instead of /p4/<instance>/config Also parameter order should not be important - so "mkdirs.sh -test 2" should be the same as "mkdirs.sh 2 -test" - which it isn't currently! DevNotes: This job, SDP-21, was originally named job000140. Type: Bug