nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

Remove some Debian-specific wrappers #44

Closed ghost closed 11 years ago

ghost commented 11 years ago

The dput setting in the pybit-client configuration needs to be optional so that Debian clients can use it but other clients can use their own upload handlers.

ghost commented 11 years ago

This isn't actually a problem - a different client would just leave out those fields and supply their own for use in the upload function. The BuildClient base class doesn't need these options and the DebianBuildClient needs a genuine Debian system/chroot to work anyway. Closing unless someone with a new client needs specific changes.