mac_maker.jobs.github

A provisioning job for a Profile in a GitHub Repository.

class mac_maker.jobs.github.GitHubJob(repository_url, branch_name)[source]

A provisioning job for a Profile in a GitHub Repository.

Parameters:
  • repository_url (str) – The GitHub Repository URL.

  • branch_name (Optional[str]) – The GitHub Repository branch name.

initialize_spec_file()[source]

Initialize the spec file for this provisioning job.

Return type:

None