Open bonzini opened 5 years ago
patchew apply --applier-mode
to filter based on push URLpatchew project update
to filter based on push URLFor project update, this is just an optimization. Instead modifying the get-projects API endpoint to add a new argument, it's probably best to switch to the REST API.
Different importers can be run so that one importer only processes some projects. The simplest way to do this is to pass the target github repository to the importer via the Ansible config file, and from there to patchew-cli and then to applier-get.
applier-get must then filter projects according to their git.push_to property, and only return projects that match that property.