pybit icon indicating copy to clipboard operation
pybit copied to clipboard

Add scp source handlers

Open ghost opened this issue 12 years ago • 1 comments

Not all source lives in VCS, it is useful to be able to pull the source to be built from an existing repository, e.g. the Debian archive, and rebuild it for a particular architecture or in a particular environment. This could be done with apt-get -d source foo ; dpkg-source -x

It would also be useful to have an scp method which is similar to the current wanna-build in Debian which responds to a source package upload by making the newly uploaded source package available to buildd clients over scp. This allows pybit clients to potentially use the same package uploads before that source becomes available through the main archive, i.e. incoming.debian.org

See next issue for how these can be configured and initialised

ghost avatar Nov 22 '12 07:11 ghost

apt handler now implemented.

ghost avatar Dec 04 '12 14:12 ghost