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

Update BlueJ Recipes #195

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Update BlueJ Recipes #195

merged 1 commit into from
Jan 5, 2024

Conversation

paul-cossey
Copy link
Contributor

Hi, @n8felton

This PR updates the BlueJ Recipes.

Download

  • Updated regex to search for the DMG file
  • Deletion of Unarchiver and FileFinder steps
  • Updated path for Code Signature
  • Update path for Versioner

Munki

  • Removal of FileFinder and DmgCreator steps
  • Updated pkg_path

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  

Download
- Updated regex to search for the DMG file
- Deletion of Unarchiver and  FileFinder steps
- Updated path for Code Signature
- Update path for Versioner

Munki
- Removal of FileFinder and DmgCreator steps
- Updated pkg_path
@n8felton n8felton merged commit e200516 into autopkg:master Jan 5, 2024
1 check passed
@n8felton
Copy link
Member

n8felton commented Jan 5, 2024

Thanks!

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.

2 participants