patchew-project / patchew

A patch email tracking and testing system
MIT License
74 stars 25 forks source link

allow configuring a target git repository for an applier #108

Open bonzini opened 5 years ago

bonzini commented 5 years ago

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.

bonzini commented 5 years ago

For 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.