Skip to content

Instantly share code, notes, and snippets.

@derak
Created January 30, 2015 00:35
Show Gist options
  • Select an option

  • Save derak/f961b7f3efdc7a67f90d to your computer and use it in GitHub Desktop.

Select an option

Save derak/f961b7f3efdc7a67f90d to your computer and use it in GitHub Desktop.
setup_autopkg
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