|--==> Julien Danjou writes:
JD> At 1193225770 time_t, Free Ekanayaka wrote:
>>I think you mean 1), but just wanted to be sure.
JD> Yup, I mean 1. :)
Yeah, I'm looking to the actual code, and that's clear from it :)
Correct me if I'm wrong, but seems to me that the archs = option
in the [build] section is not (yet?) used at all:
RebuildConfig.py (80)
parch = os.popen("dpkg --print-architecture")
self.arch = parch.readline().strip()
parch.close()
I'm now working on a small patch to convert self.arch into a list
(self.archs), which defaults to dpkg --print-architecture, but that
can be overwritten with [build]->archs. Then rebuildd will start jobs
with arch in self.archs (or 'any').
I'll attach it as soon as I'm done!
Ciao,
Free
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]