autopkg / n8felton-recipes

Recipes for Autopkg
28 stars 35 forks source link

Update BlueJ Recipes #195

Closed paul-cossey closed 8 months ago

paul-cossey commented 8 months ago

Hi, @n8felton

This PR updates the BlueJ Recipes.

Download

Munki

Output of autopkg run -vvvv

autopkg run -v BlueJ.munki.recipe
Looking for com.github.n8felton.download.BlueJ...
Did not find com.github.n8felton.download.BlueJ in recipe map
Rebuilding recipe map with current working directories...
Looking for com.github.n8felton.download.BlueJ...
Found com.github.n8felton.download.BlueJ in recipe map
**load_recipe time: 0.0052353329956531525
Processing BlueJ.munki.recipe...
WARNING: BlueJ.munki.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
URLTextSearcher
URLTextSearcher: Found matching text (match): BlueJ-mac-521.dmg
URLDownloader
URLDownloader: Item at URL is unchanged.
URLDownloader: Using existing /Users/paul.cossey/Library/AutoPkg/Cache/com.github.n8felton.munki.BlueJ/downloads/BlueJ-mac-521.dmg
EndOfCheckPhase
CodeSignatureVerifier
CodeSignatureVerifier: Mounted disk image /Users/paul.cossey/Library/AutoPkg/Cache/com.github.n8felton.munki.BlueJ/downloads/BlueJ-mac-521.dmg
CodeSignatureVerifier: Verifying code signature...
CodeSignatureVerifier: Deep verification enabled...
CodeSignatureVerifier: Strict verification not defined. Using codesign defaults...
CodeSignatureVerifier: /private/tmp/dmg.BRvGUo/BlueJ.app: valid on disk
CodeSignatureVerifier: /private/tmp/dmg.BRvGUo/BlueJ.app: satisfies its Designated Requirement
CodeSignatureVerifier: /private/tmp/dmg.BRvGUo/BlueJ.app: explicit requirement satisfied
CodeSignatureVerifier: Signature is valid
Versioner
Versioner: Mounted disk image /Users/paul.cossey/Library/AutoPkg/Cache/com.github.n8felton.munki.BlueJ/downloads/BlueJ-mac-521.dmg
Versioner: Found version 5.2.1 in file /Users/paul.cossey/Library/AutoPkg/Cache/com.github.n8felton.munki.BlueJ/downloads/BlueJ-mac-521.dmg/BlueJ.app/Contents/Info.plist
MunkiImporter
MunkiImporter: Using repo lib: AutoPkgLib
MunkiImporter:         plugin: FileRepo
MunkiImporter:           repo: /Users/Shared/munki_repo
MunkiImporter: Copied pkginfo to: /Users/Shared/munki_repo/pkgsinfo/apps/BlueJ/BlueJ-5.2.1.plist
MunkiImporter:            pkg to: /Users/Shared/munki_repo/pkgs/apps/BlueJ/BlueJ-mac-521-5.2.1.dmg
Receipt written to /Users/paul.cossey/Library/AutoPkg/Cache/com.github.n8felton.munki.BlueJ/receipts/BlueJ.munki-receipt-20240105-162719.plist

The following new items were imported into Munki:
    Name   Version  Catalogs  Pkginfo Path                  Pkg Repo Path                       Icon Repo Path  
    ----   -------  --------  ------------                  -------------                       --------------  
    BlueJ  5.2.1    testing   apps/BlueJ/BlueJ-5.2.1.plist  apps/BlueJ/BlueJ-mac-521-5.2.1.dmg  
n8felton commented 8 months ago

Thanks!