Skip to content

Instantly share code, notes, and snippets.

@linuxfood
Created June 29, 2020 23:03
Show Gist options
  • Save linuxfood/afb542b6ccabb0789139197e5287e0ad to your computer and use it in GitHub Desktop.
Save linuxfood/afb542b6ccabb0789139197e5287e0ad to your computer and use it in GitHub Desktop.
Autopkg Recipe Info-P Output (Full) for https://github.com/autopkg/autopkg/pull/645
# Pre-change info:
bash-3.2$ autopkg info -p GoogleChrome.munki
Didn't find a recipe for com.github.autopkg.munki.googlechromepkg.
Found this recipe in repository: recipes
Attempting git clone...
Adding /Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes to RECIPE_SEARCH_DIRS...
Updated search path:
'.'
'~/Library/AutoPkg/Recipes'
'/Library/AutoPkg/Recipes'
'/Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes'
Description: Downloads the latest version of the Google Chrome Enterprise Package and imports it into Munki.
Identifier: local.munki.GoogleChromePkg
Munki import recipe: True
Has check phase: True
Builds package: False
Recipe file path: /Users/Shared/RecipeOverrides/GoogleChrome.munki.recipe
Parent recipe(s): /Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/GoogleChrome/GoogleChromePkg.munki.recipe
/Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/GoogleChrome/GoogleChromePkg.download.recipe
Input values:
'DOWNLOAD_URL': 'https://dl.google.com/chrome/mac/stable/accept_tos%3Dhttps%253A%252F%252Fwww.google.com%252Fintl%252Fen_ph%252Fchrome%252Fterms%252F%26_and_accept_tos%3Dhttps%253A%252F%252Fpolicies.google.com%252Fterms/googlechrome.pkg',
'MUNKI_REPO_SUBDIR': 'apps/Google',
'NAME': 'GoogleChrome',
'pkginfo': { 'blocking_applications': ['Google Chrome'],
'catalogs': ['autopromote'],
'description': 'Chrome is a fast, simple, and secure web '
'browser, built for the modern web.',
'developer': 'Google',
'display_name': 'Google Chrome',
'name': '%NAME%',
'unattended_install': True,
'unattended_uninstall': True}
# Cleanup for reproducible results
base-3.2$ autopkg repo-delete recipes
# Post-change info:
bash-3.2$ ./autopkg info -p GoogleChrome.munki
Didn't find a recipe for com.github.autopkg.munki.googlechromepkg.
Found this recipe in repository: recipes
Attempting git clone...
Adding /Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes to RECIPE_SEARCH_DIRS...
Updated search path:
'.'
'~/Library/AutoPkg/Recipes'
'/Library/AutoPkg/Recipes'
'/Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes'
Description: Downloads the latest version of the Google Chrome Enterprise Package and imports it into Munki.
Identifier: local.munki.GoogleChromePkg
Munki import recipe: True
Has check phase: True
Builds package: False
Recipe file path: /Users/Shared/RecipeOverrides/GoogleChrome.munki.recipe
Parent recipe(s): /Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/GoogleChrome/GoogleChromePkg.munki.recipe
/Users/testing/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/GoogleChrome/GoogleChromePkg.download.recipe
Input values:
'DOWNLOAD_URL': 'https://dl.google.com/chrome/mac/stable/accept_tos%3Dhttps%253A%252F%252Fwww.google.com%252Fintl%252Fen_ph%252Fchrome%252Fterms%252F%26_and_accept_tos%3Dhttps%253A%252F%252Fpolicies.google.com%252Fterms/googlechrome.pkg',
'MUNKI_REPO_SUBDIR': 'apps/Google',
'NAME': 'GoogleChrome',
'pkginfo': { 'blocking_applications': ['Google Chrome'],
'catalogs': ['autopromote'],
'description': 'Chrome is a fast, simple, and secure web '
'browser, built for the modern web.',
'developer': 'Google',
'display_name': 'Google Chrome',
'name': '%NAME%',
'unattended_install': True,
'unattended_uninstall': True}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment