1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00
github.com_openSUSE_osc/osc
Ruediger Meier 7fc5936faf core: fix, buildlog --strip-time failed to remove time
If a time field is not complete within the same read block
then it can't be found by time_regex in buildlog_strip_time().

Fixed by simply reading line by line. I couldn't measure any
performance difference neither for real nor user time. IMO no
need to optimize for more lines per data chunk. Maybe it's
even more fluent now for interactive users.

BTW we can safely simplify time_regex.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2014-05-23 09:19:07 +00:00
..
util take epoch into account when calculating the filename 2014-05-13 13:29:41 +02:00
__init__.py add vim mode lines to avoid evil tab characters :-) 2010-02-25 09:53:45 +01:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py - babysitter: catch ServiceRuntimeError 2013-08-29 15:22:25 +02:00
build.py take epoch into account when calculating the filename 2014-05-13 13:29:41 +02:00
checker.py - checker.check: always close fd 2013-07-04 14:24:29 +02:00
cmdln.py cmdln.py: fix reimport of 're' 2013-05-27 14:13:19 +02:00
commandline.py do_updatepacmetafromspec: added "updatepkgmetafromspec" alias 2014-05-22 13:01:44 +02:00
conf.py - fixed "osc -H ..." in combination with a proxy 2014-03-11 19:40:27 +01:00
core.py core: fix, buildlog --strip-time failed to remove time 2014-05-23 09:19:07 +00:00
fetch.py All rename cases require delete=False 2013-08-13 11:54:11 +02:00
meter.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
OscConfigParser.py - OscConfigParser: check explicitly for python3 when importing "configparser" (patch by Kay Hayen <kay.hayen@gmail.com>) 2013-08-14 15:19:03 +02:00
oscerr.py - oscerr.ServiceRuntimeError: fixed docstr 2013-08-29 15:35:40 +02:00
oscssl.py - oscssl.verify_certificate: also print cert info if http_debug is set 2013-06-15 08:53:26 +02:00
oscsslexcp.py - remove shebang line to make rpmlint happy 2010-03-21 22:57:06 +01:00