Created
January 30, 2015 00:35
-
-
Save derak/f961b7f3efdc7a67f90d to your computer and use it in GitHub Desktop.
setup_autopkg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deploy:Desktop jenkins$ cat setup_autopkg.sh | |
| #!/bin/bash | |
| defaults write com.github.autopkg GIT_PATH /usr/bin/git | |
| defaults write com.github.autopkg MUNKI_REPO /Volumes/deploy/munki_repo | |
| autopkg repo-add https://github.com/autopkg/recipes.git | |
| autopkg repo-add https://github.com/autopkg/derak-recipes.git | |
| defaults write com.github.autopkg CACHE_DIR ~/Library/AutoPkg/Cache | |
| #clone to /Users/Shared/Jenkins/Library/AutoPkg/RecipeOverrides | |
| #git clone https://github.office.opendns.com/ITS/RecipeOverrides |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment