Skip to content

Instantly share code, notes, and snippets.

@MichalMMac
Created November 21, 2019 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichalMMac/11303e7b61341325655e075bbff4dc26 to your computer and use it in GitHub Desktop.
Save MichalMMac/11303e7b61341325655e075bbff4dc26 to your computer and use it in GitHub Desktop.
./Code/autopkg run -vv TextMate2.download 9:58:07
Processing TextMate2.download...
WARNING: TextMate2.download is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
URLDownloader
{'Input': {'filename': u'TextMate_2.0.tbz',
'url': u'https://api.textmate.org/downloads/release?os=10.15'}}
URLDownloader: No value supplied for CHECK_FILESIZE_ONLY, setting default value of: False
URLDownloader: No value supplied for CURL_PATH, setting default value of: /usr/bin/curl
URLDownloader: No value supplied for prefetch_filename, setting default value of: False
URLDownloader: Storing new Last-Modified header: Sun, 15 Sep 2019 15:31:50 GMT
URLDownloader: Storing new ETag header: "14a89b8bf8037f9bfa0cdd25b5b21d8a"
URLDownloader: Downloaded /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/downloads/TextMate_2.0.tbz
{'Output': {'download_changed': True,
'etag': '"14a89b8bf8037f9bfa0cdd25b5b21d8a"',
'last_modified': 'Sun, 15 Sep 2019 15:31:50 GMT',
'pathname': u'/Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/downloads/TextMate_2.0.tbz',
'url_downloader_summary_result': {'data': {'download_path': u'/Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/downloads/TextMate_2.0.tbz'},
'summary_text': 'The following new items were downloaded:'}}}
EndOfCheckPhase
{'Input': {}}
{'Output': {}}
Unarchiver
{'Input': {'archive_format': u'tar_bzip2',
'archive_path': u'/Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/downloads/TextMate_2.0.tbz',
'destination_path': u'/Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/TextMate2',
'purge_destination': True}}
Unarchiver: Unarchived /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/downloads/TextMate_2.0.tbz to /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/TextMate2
{'Output': {}}
CodeSignatureVerifier
{'Input': {'input_path': u'/Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/TextMate2/TextMate.app',
'requirement': u'identifier "com.macromates.TextMate" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "45TL96F76G"'}}
CodeSignatureVerifier: Verifying code signature...
CodeSignatureVerifier: Deep verification enabled...
CodeSignatureVerifier: Strict verification not defined. Using codesign defaults...
CodeSignatureVerifier: /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/TextMate2/TextMate.app: valid on disk
CodeSignatureVerifier: /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/TextMate2/TextMate.app: satisfies its Designated Requirement
CodeSignatureVerifier: /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/TextMate2/TextMate.app: explicit requirement satisfied
CodeSignatureVerifier: Signature is valid
{'Output': {}}
Receipt written to /Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/receipts/TextMate2-receipt-20191121-095818.plist
The following new items were downloaded:
Download Path
-------------
/Users/logicworks/Library/AutoPkg/Cache/com.github.autopkg.download.TextMate2/downloads/TextMate_2.0.tbz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment