1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-25 17:36:13 +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: 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: