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

Don't skip pkg recipe if download recipe downloads a pkg #193

Closed
homebysix opened this issue May 7, 2022 · 1 comment
Closed

Don't skip pkg recipe if download recipe downloads a pkg #193

homebysix opened this issue May 7, 2022 · 1 comment
Assignees

Comments

@homebysix
Copy link
Owner

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.

@homebysix homebysix self-assigned this May 7, 2022
@homebysix
Copy link
Owner Author

This is fixed as of v2.3.1.

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

No branches or pull requests

1 participant