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:
parent
0a67840310
commit
468106e19d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user