[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Allow source-only uploads with 'sid' as distribution



On Tue, 2015-10-27 at 18:12 +0100, Simon Richter wrote:
> Do I read this correctly: if I target multiple distributions, and one of
> them happens to be unstable, I can go source-only?
> 
> Would that mean that if I list "unstable stable", then the unstable
> autobuilders would build the arch-indep packages, which would then be
> used for s-p-u, or would everything break then?

You'd never get that far, due to:

daklib/checks.py:    """Check that the .changes targets only a single distribution."""
daklib/checks.py:        if len(upload.changes.distributions) != 1:
daklib/checks.py:            raise Reject("Only uploads to a single distribution are allowed.")

Regards,

Adam


Reply to: