On 4/11/2013 2:43 AM, ishikawa wrote:
Has anyone seen the problem of the patches to M-C portion of the COMM-CENTRAL not accepted by Thunderbird TryServer because the patches fail although linux32 and linux64 work as expected?
The bug is that the Windows try server is attempting to apply the patches twice, which, obviously, fails. The solution I added (kudos to Mark Banner for originally coming up with it) was to add these lines to my push-to-try script: sed -i -e 's/--hgtool=[^ ]*/--apply-patches/' $ccrepo/build/client.py-args sed -i -e '/ALWAYS_RUN_CLIENT_PY/d' $ccrepo/mail/config/mozconfigs/win32/*
[ccrepo is a shell variable that refers to the root of the comm-central repository]
-- Joshua Cranmer Thunderbird and DXR developer Source code archæologist _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform