Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FxFactory recipes #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

homebysix
Copy link
Member

This PR updates the file pattern used to download FxFactory.

Verbose recipe run output:

% autopkg run -vvq 'Noise Industries/FxFactory.download.recipe'
Processing Noise Industries/FxFactory.download.recipe...
WARNING: Noise Industries/FxFactory.download.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
URLTextSearcher
{'Input': {'re_pattern': '(?P<url>https://files\\.fxfactory\\.com/fxfactory/FxFactory-(?P<version>[\\d\\.-]+)\\.zip)',
           'url': 'https://fxfactory.com/download'}}
URLTextSearcher: No value supplied for result_output_var_name, setting default value of: match
URLTextSearcher: Found matching text (url): https://files.fxfactory.com/fxfactory/FxFactory-8.0.21-8056.zip
URLTextSearcher: Found matching text (version): 8.0.21-8056
URLTextSearcher: Found matching text (match): https://files.fxfactory.com/fxfactory/FxFactory-8.0.21-8056.zip
{'Output': {'match': 'https://files.fxfactory.com/fxfactory/FxFactory-8.0.21-8056.zip',
            'url': 'https://files.fxfactory.com/fxfactory/FxFactory-8.0.21-8056.zip',
            'version': '8.0.21-8056'}}
URLDownloader
{'Input': {'filename': 'FxFactory.zip',
           'url': 'https://files.fxfactory.com/fxfactory/FxFactory-8.0.21-8056.zip'}}
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: Tue, 17 Dec 2024 19:00:17 GMT
URLDownloader: Downloaded ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/downloads/FxFactory.zip
{'Output': {'download_changed': True,
            'last_modified': 'Tue, 17 Dec 2024 19:00:17 GMT',
            'pathname': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/downloads/FxFactory.zip',
            'url_downloader_summary_result': {'data': {'download_path': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/downloads/FxFactory.zip'},
                                              'summary_text': 'The following '
                                                              'new items were '
                                                              'downloaded:'}}}
EndOfCheckPhase
{'Input': {}}
{'Output': {}}
Unarchiver
{'Input': {}}
Unarchiver: No value supplied for USE_PYTHON_NATIVE_EXTRACTOR, setting default value of: False
Unarchiver: Guessed archive format 'zip' from filename FxFactory.zip
Unarchiver: Unarchived ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/downloads/FxFactory.zip to ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/FxFactory
{'Output': {}}
CodeSignatureVerifier
{'Input': {'expected_authority_names': ['Developer ID Installer: Noise '
                                        'Industries, LLC (AZLNLGPTT3)',
                                        'Developer ID Certification Authority',
                                        'Apple Root CA'],
           'input_path': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/FxFactory/*FxFactory*.pkg'}}
CodeSignatureVerifier: Using path '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/FxFactory/Install FxFactory 8.0.21.pkg' matched from globbed '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/FxFactory/*FxFactory*.pkg'.
CodeSignatureVerifier: Verifying installer package signature...
CodeSignatureVerifier: Package "Install FxFactory 8.0.21.pkg":
CodeSignatureVerifier:    Status: signed by a developer certificate issued by Apple for distribution
CodeSignatureVerifier:    Notarization: trusted by the Apple notary service
CodeSignatureVerifier:    Signed with a trusted timestamp on: 2024-12-06 22:15:45 +0000
CodeSignatureVerifier:    Certificate Chain:
CodeSignatureVerifier:     1. Developer ID Installer: Noise Industries, LLC (AZLNLGPTT3)
CodeSignatureVerifier:        Expires: 2029-10-11 12:56:22 +0000
CodeSignatureVerifier:        SHA256 Fingerprint:
CodeSignatureVerifier:            DC 4F D8 A7 39 27 5A 64 F3 20 E9 25 0C 14 92 09 34 91 44 EE E1 A9
CodeSignatureVerifier:            37 3D 6A F1 28 A6 73 9D 7C 09
CodeSignatureVerifier:        ------------------------------------------------------------------------
CodeSignatureVerifier:     2. Developer ID Certification Authority
CodeSignatureVerifier:        Expires: 2031-09-17 00:00:00 +0000
CodeSignatureVerifier:        SHA256 Fingerprint:
CodeSignatureVerifier:            F1 6C D3 C5 4C 7F 83 CE A4 BF 1A 3E 6A 08 19 C8 AA A8 E4 A1 52 8F
CodeSignatureVerifier:            D1 44 71 5F 35 06 43 D2 DF 3A
CodeSignatureVerifier:        ------------------------------------------------------------------------
CodeSignatureVerifier:     3. Apple Root CA
CodeSignatureVerifier:        Expires: 2035-02-09 21:40:36 +0000
CodeSignatureVerifier:        SHA256 Fingerprint:
CodeSignatureVerifier:            B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
CodeSignatureVerifier:            68 C5 BE 91 B5 A1 10 01 F0 24
CodeSignatureVerifier:
CodeSignatureVerifier: Signature is valid
CodeSignatureVerifier: Authority name chain is valid
{'Output': {}}
Receipt written to ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/receipts/FxFactory.download-receipt-20241227-095330.plist

The following new items were downloaded:
    Download Path
    -------------
    ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.FxFactory/downloads/FxFactory.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant