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.