autopkg / hjuutilainen-recipes

Recipes for AutoPkg
MIT License
50 stars 76 forks source link

CitrixWorkspace.munki.recipe fails after Citrix moved agent into sub-package in v. 24.05.0 #286

Open codeskipper opened 3 months ago

codeskipper commented 3 months ago

CitrixReceiver/CitrixWorkspace.munki.recipe now throws an error like this:

PlistReader
Path '{$HOME}/Library/AutoPkg/Cache/local.ws1.CitrixWorkspace/payload/Applications/Citrix Workspace.app/Contents/Info.plist' doesn't exist!
Failed.


A peek with Suspicious Package shows Applications/Citrix Workspace.app has been moved inside a new package, wrapped inside the first one:

image


image
codeskipper commented 3 months ago

I can see rtrouton has handled the change in his pkg.recipe by adding steps to unpack the new wrapped package as well in this commit

codeskipper commented 3 months ago

and now I found a pull request https://github.com/autopkg/hjuutilainen-recipes/pull/285 from a-vogel who beat me to it 😄

codeskipper commented 3 months ago

Confirmed working again after the PR was merged 🥳

paul-cossey commented 3 months ago

I've raised a new PR for this as the installs array wasn't fully created. https://github.com/autopkg/hjuutilainen-recipes/pull/287