mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 01:16:14 +01:00
double the default for "buildlogtail", kiwi failures are usually not in the last line unfortunatly
This commit is contained in:
parent
0a67840310
commit
468106e19d
@ -3774,7 +3774,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
if opts.offset:
|
if opts.offset:
|
||||||
offset = offset - int(opts.offset)
|
offset = offset - int(opts.offset)
|
||||||
else:
|
else:
|
||||||
offset = offset - ( 4 * 1024 )
|
offset = offset - ( 8 * 1024 )
|
||||||
if offset < 0:
|
if offset < 0:
|
||||||
offset=0
|
offset=0
|
||||||
elif opts.offset:
|
elif opts.offset:
|
||||||
@ -3847,7 +3847,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
if opts.offset:
|
if opts.offset:
|
||||||
offset = offset - int(opts.offset)
|
offset = offset - int(opts.offset)
|
||||||
else:
|
else:
|
||||||
offset = offset - ( 4 * 1024 )
|
offset = offset - ( 8 * 1024 )
|
||||||
if offset < 0:
|
if offset < 0:
|
||||||
offset=0
|
offset=0
|
||||||
elif opts.offset:
|
elif opts.offset:
|
||||||
|
Loading…
Reference in New Issue
Block a user