Created
July 6, 2020 23:01
-
-
Save linuxfood/47246fcae22586a2cc4d6a1e1d4ade49 to your computer and use it in GitHub Desktop.
Autopkg run -vv 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
$ autopkg run -vv GoogleChrome.download -d /Users/Shared/RecipeOverrides -d ~/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/ | |
Processing GoogleChrome.download... | |
WARNING: GoogleChrome.download is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding... | |
URLDownloader | |
{'Input': {'filename': 'GoogleChrome.dmg', | |
'url': 'https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg'}} | |
URLDownloader: No value supplied for prefetch_filename, setting default value of: False | |
URLDownloader: No value supplied for CHECK_FILESIZE_ONLY, setting default value of: False | |
URLDownloader: Storing new Last-Modified header: Fri, 19 Jun 2020 20:19:27 GMT | |
URLDownloader: Storing new ETag header: "615cf7" | |
URLDownloader: Downloaded /Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/downloads/GoogleChrome.dmg | |
{'Output': {'download_changed': True, | |
'etag': '"615cf7"', | |
'last_modified': 'Fri, 19 Jun 2020 20:19:27 GMT', | |
'pathname': '/Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/downloads/GoogleChrome.dmg', | |
'url_downloader_summary_result': {'data': {'download_path': '/Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/downloads/GoogleChrome.dmg'}, | |
'summary_text': 'The following ' | |
'new items were ' | |
'downloaded:'}}} | |
EndOfCheckPhase | |
{'Input': {}} | |
{'Output': {}} | |
CodeSignatureVerifier | |
{'Input': {'input_path': '/Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/downloads/GoogleChrome.dmg/Google ' | |
'Chrome.app', | |
'requirement': '(identifier "com.google.Chrome" or identifier ' | |
'"com.google.Chrome.beta" or identifier ' | |
'"com.google.Chrome.dev" or identifier ' | |
'"com.google.Chrome.canary") and (certificate leaf = ' | |
'H"85cee8254216185620ddc8851c7a9fc4dfe120ef" or ' | |
'certificate leaf = ' | |
'H"c9a99324ca3fcb23dbcc36bd5fd4f9753305130a")', | |
'strict_verification': False}} | |
CodeSignatureVerifier: Mounted disk image /Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/downloads/GoogleChrome.dmg | |
CodeSignatureVerifier: Verifying code signature... | |
CodeSignatureVerifier: Deep verification enabled... | |
CodeSignatureVerifier: Strict verification disabled... | |
CodeSignatureVerifier: /private/tmp/dmg.hQjc8b/Google Chrome.app: valid on disk | |
CodeSignatureVerifier: /private/tmp/dmg.hQjc8b/Google Chrome.app: satisfies its Designated Requirement | |
CodeSignatureVerifier: /private/tmp/dmg.hQjc8b/Google Chrome.app: explicit requirement satisfied | |
CodeSignatureVerifier: Signature is valid | |
{'Output': {}} | |
Receipt written to /Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/receipts/GoogleChrome-receipt-20200706-155847.plist | |
The following new items were downloaded: | |
Download Path | |
------------- | |
/Users/testuser/Library/AutoPkg/Cache/com.github.autopkg.download.googlechrome/downloads/GoogleChrome.dmg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment