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
Since "import" is not the only action which may modify the repository, it would be great to check for the processor output munki_repo_changed, which seems to be more generic.
Background:
We are currently working on a processor, which may modify some pkginfo files, even though no new items have been imported. It would be great to have the option to rebuild the catalogs using the MakeCatalogs.munki recipe afterwards.
I would be happy to provide a pull request, if this has a chance to be integrated.
The text was updated successfully, but these errors were encountered:
The MakeCatalogsProcessor checks the AutoPKG results, if a MunkiImporter has imported an item:
recipes/Munki/MakeCatalogsProcessor.py
Line 75 in b575ed8
Since "import" is not the only action which may modify the repository, it would be great to check for the processor output munki_repo_changed, which seems to be more generic.
Background:
We are currently working on a processor, which may modify some pkginfo files, even though no new items have been imported. It would be great to have the option to rebuild the catalogs using the MakeCatalogs.munki recipe afterwards.
I would be happy to provide a pull request, if this has a chance to be integrated.
The text was updated successfully, but these errors were encountered: