# The form data below was edited by super-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-64 Status: closed Project: perforce-software-sdp Severity: C ReportedBy: karl_wirth ReportedDate: 2017/04/02 17:25:44 ModifiedBy: super-tom_tyler ModifiedDate: 2017/04/02 17:25:46 Description: Add option to install_sdp_python.sh to build P4Python with SSL. To enable SSL support when building P4Pyton, specify '--ssl' or '--ssl <path-to-ssl-libraries>'. DevNotes: This job, SDP-64, was originally named job000545. I imagine this should be straightforward to implement, but might require more effort to properly test, as it takes a while to build Python/P4Python. The test suite doesn’t including compiling and building sample P4Python programs, which would be a nice addition to go along with this. Type: Feature