We have a small local repository of packages, managed with reprepro. In order to streamline management of our local packages, I'd like to use this repro as an alternative dgit remote.
It's not exactly a small repo but we use reprepro in the raspbian project and Ian and I have been working on getting dgit up and running with it. dgit does now have a mode where it uses packages files to query repo metadata. dgit uses a "bag on the side" git repo which will need to be set up. Also a small patch to dgit is currently needed to make push work with repos that don't provide an API. I have been documenting how I did it at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851194 Note: I have been more interested in push than pull as dgit pull doesn't shape the history in the way I want. As such I have not tested pulling, only pushing so-far.

