Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-18 Thread Sebastian Huber
On 16/01/2019 07:05, Sebastian Huber wrote: On 16/01/2019 02:27, Chris Johns wrote: On 15/1/19 11:31 pm, Sebastian Huber wrote: On 13/01/2019 23:17, Chris Johns wrote: On 14/1/19 8:05 am, Chris Johns wrote: On 11/1/19 4:31 pm, Sebastian Huber wrote: - Am 11. Jan 2019 um 0:11 schrieb Chri

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-15 Thread Sebastian Huber
On 16/01/2019 02:27, Chris Johns wrote: On 15/1/19 11:31 pm, Sebastian Huber wrote: On 13/01/2019 23:17, Chris Johns wrote: On 14/1/19 8:05 am, Chris Johns wrote: On 11/1/19 4:31 pm, Sebastian Huber wrote: - Am 11. Jan 2019 um 0:11 schrieb Chris Johns chr...@rtems.org: On 10/1/19 11:17

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-15 Thread Chris Johns
On 15/1/19 11:31 pm, Sebastian Huber wrote: > On 13/01/2019 23:17, Chris Johns wrote: >> On 14/1/19 8:05 am, Chris Johns wrote: >>> On 11/1/19 4:31 pm, Sebastian Huber wrote: - Am 11. Jan 2019 um 0:11 schrieb Chris Johns chr...@rtems.org: > On 10/1/19 11:17 pm, Sebastian Huber wro

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-15 Thread Sebastian Huber
On 13/01/2019 23:17, Chris Johns wrote: On 14/1/19 8:05 am, Chris Johns wrote: On 11/1/19 4:31 pm, Sebastian Huber wrote: - Am 11. Jan 2019 um 0:11 schrieb Chris Johns chr...@rtems.org: On 10/1/19 11:17 pm, Sebastian Huber wrote: This patch resulted in this mail report issue: Your mail

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-13 Thread Chris Johns
On 14/1/19 8:05 am, Chris Johns wrote: > On 11/1/19 4:31 pm, Sebastian Huber wrote: >> - Am 11. Jan 2019 um 0:11 schrieb Chris Johns chr...@rtems.org: >> >>> On 10/1/19 11:17 pm, Sebastian Huber wrote: This patch resulted in this mail report issue: Your mail to 'build' with the s

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-13 Thread Chris Johns
On 11/1/19 4:31 pm, Sebastian Huber wrote: > - Am 11. Jan 2019 um 0:11 schrieb Chris Johns chr...@rtems.org: > >> On 10/1/19 11:17 pm, Sebastian Huber wrote: >>> This patch resulted in this mail report issue: >>> >>> Your mail to 'build' with the subject >>> >>>     Build Linux: FAILED 6/rtems

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-10 Thread Sebastian Huber
- Am 11. Jan 2019 um 0:11 schrieb Chris Johns chr...@rtems.org: > On 10/1/19 11:17 pm, Sebastian Huber wrote: >> This patch resulted in this mail report issue: >> >> Your mail to 'build' with the subject >> >>     Build Linux: FAILED 6/rtems-epiphany on x86_64-linux-gnu >> (epiphany-rtems6-g

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-10 Thread Chris Johns
On 10/1/19 11:17 pm, Sebastian Huber wrote: > This patch resulted in this mail report issue: > > Your mail to 'build' with the subject > >     Build Linux: FAILED 6/rtems-epiphany on x86_64-linux-gnu > (epiphany-rtems6-gcc-76fb04650b2bacd33eaff257f08fabcc237ec885-newlib-fbd3835384fa586fd32ce80280

Re: [PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-10 Thread Sebastian Huber
This patch resulted in this mail report issue: Your mail to 'build' with the subject Build Linux: FAILED 6/rtems-epiphany on x86_64-linux-gnu (epiphany-rtems6-gcc-76fb04650b2bacd33eaff257f08fabcc237ec885-newlib-fbd3835384fa586fd32ce80280d81bb51ab042ba-x86_64-linux-gnu-1) Is being held unti

[PATCH] Fix 'build_max_size_human' ref. before assignment

2019-01-10 Thread Sebastian Huber
Close #3568. --- source-builder/sb/setbuilder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py index dbc4035..c94ff8b 100644 --- a/source-builder/sb/setbuilder.py +++ b/source-builder/sb/setbuilder.py @@ -36