Created
July 6, 2020 23:01
-
-
Save linuxfood/e87a6857bc308242457e1e13ee324dba to your computer and use it in GitHub Desktop.
Autopkg info -p output for https://github.com/autopkg/autopkg/pull/648
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
$ ./Code/autopkg info -p GoogleChrome.munki -d /Users/Shared/RecipeOverrides -d /Users/Shared/Recipes | |
Didn't find a recipe for com.github.autopkg.munki.googlechromepkg. | |
Found this recipe in repository: recipes | |
Attempting git clone... | |
Adding /Users/testuser/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes to RECIPE_SEARCH_DIRS... | |
Updated search path: | |
'.' | |
'~/Library/AutoPkg/Recipes' | |
'/Library/AutoPkg/Recipes' | |
'/Users/testuser/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/testuser/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/GoogleChrome/GoogleChromePkg.munki.recipe | |
/Users/testuser/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