1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-24 00:56:15 +01:00

double the default for "buildlogtail", kiwi failures are usually not in the last line unfortunatly

This commit is contained in:
Adrian Schröter 2011-02-27 14:20:41 +01:00
parent 0a67840310
commit 468106e19d

View File

@ -3774,7 +3774,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.offset:
offset = offset - int(opts.offset)
else:
offset = offset - ( 4 * 1024 )
offset = offset - ( 8 * 1024 )
if offset < 0:
offset=0
elif opts.offset:
@ -3847,7 +3847,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.offset:
offset = offset - int(opts.offset)
else:
offset = offset - ( 4 * 1024 )
offset = offset - ( 8 * 1024 )
if offset < 0:
offset=0
elif opts.offset: