You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, RR skips a pkg recipe if the download recipe already downloads a pkg installer.
Certain recipe types (e.g. jamf recipes) expect their parent to be pkg, so it's helpful to have a pkg recipe, even if it doesn't do anything. Additionally, even if the downloaded format is pkg, the naming convention of the file may not be the standard NAME-version.pkg that imports well into systems like Munki and Jamf.
Therefore it would be beneficial for Recipe Robot to build a pkg recipe with a single PkgCopier step if the download recipe downloads a pkg file, rather than skipping the pkg step.
The text was updated successfully, but these errors were encountered:
Currently, RR skips a pkg recipe if the download recipe already downloads a pkg installer.
Certain recipe types (e.g. jamf recipes) expect their parent to be pkg, so it's helpful to have a pkg recipe, even if it doesn't do anything. Additionally, even if the downloaded format is pkg, the naming convention of the file may not be the standard NAME-version.pkg that imports well into systems like Munki and Jamf.
Therefore it would be beneficial for Recipe Robot to build a pkg recipe with a single PkgCopier step if the download recipe downloads a pkg file, rather than skipping the pkg step.
The text was updated successfully, but these errors were encountered: