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

Add scp source handlers #49

Open
ghost opened this issue Nov 22, 2012 · 1 comment
Open

Add scp source handlers #49

ghost opened this issue Nov 22, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 22, 2012

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 ghost self-assigned this Nov 22, 2012
@ghost ghost mentioned this issue Nov 22, 2012
@ghost
Copy link
Author

ghost commented Dec 4, 2012

apt handler now implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants