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

allow configuring a target git repository for an applier #108

Open
bonzini opened this issue Jan 18, 2019 · 1 comment
Open

allow configuring a target git repository for an applier #108

bonzini opened this issue Jan 18, 2019 · 1 comment

Comments

@bonzini
Copy link
Contributor

bonzini commented Jan 18, 2019

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
Copy link
Contributor Author

bonzini commented Jan 18, 2019

  • allow patchew apply --applier-mode to filter based on push URL
  • allow patchew project update to filter based on push URL

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.

@bonzini bonzini changed the title allow configuring a target git repository for an importer allow configuring a target git repository for an applier Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant