prefix-dev / reproducible-builds

Testing reproducible builds for the conda ecosystem (using rattler-build)
https://prefix-dev.github.io/reproducible-builds/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Org-wide configuration #176

Open pavelzw opened 1 week ago

pavelzw commented 1 week ago

It would be cool to be able to scan all repositories within an org for recipes. Something like this in config.yaml could be interesting:

org:
  name: my-org
  recipe-path: conda.recipe/recipe.yaml

This would scan all repos from my-org and if the repo has conda.recipe/recipe.yaml it would test reproducibility for this repo. Maybe an additional configuration file for rattler-build CLI args could be interesting as well 🤔