Created
June 29, 2020 23:03
-
-
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
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
# 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