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

Store also local recipes in db #152

Open nichmor opened 1 week ago

nichmor commented 1 week ago

Right now we store only remote recipes because we can easily load the local ones. Still, it creates a problem when doing total statistics of run, as we need to combine remote from db and local from disk. It would be better if we stored them together in the database.