From 52a6543fbb6dfd2f0f93e7f6a3588be0ab898a5f Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Fri, 8 Feb 2013 18:13:35 +0400 Subject: [PATCH] Changelog update --- Tank/Plugins/Phantom.py | 4 ++-- debian/changelog | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/Tank/Plugins/Phantom.py b/Tank/Plugins/Phantom.py index 5ca0364..4229066 100644 --- a/Tank/Plugins/Phantom.py +++ b/Tank/Plugins/Phantom.py @@ -428,8 +428,8 @@ class PhantomReader(AbstractReader): if len(data) != 12: self.log.warning("Wrong phout line, skipped: %s", line) continue - rt_real=int(data[2]) - tstmp=float(data[0]) + rt_real = int(data[2]) + tstmp = float(data[0]) cur_time = int(tstmp + float(rt_real) / 1000000) if cur_time in self.stat_data.keys(): diff --git a/debian/changelog b/debian/changelog index c09553d..d9a404e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +yandex-load-tank-base (1.3.6) precise; urgency=low + + * optimize phout reading + + -- Andrey Pohilko (undera) Fri, 08 Feb 2013 18:11:57 +0400 + +yandex-load-tank-base (1.3.5) precise; urgency=low + + * Double limit for phout reading, fixes console bug + * Update progressbar on looping in stepping + * Add qsat autostop + + -- Andrey Pohilko (undera) Wed, 06 Feb 2013 13:51:18 +0400 + +yandex-load-tank-base (1.3.4) precise; urgency=high + + * fix broken build + + -- Andrey Pohilko (undera) Fri, 01 Feb 2013 19:57:04 +0400 + +yandex-load-tank-base (1.3.3) precise; urgency=high + + * fix broken phantom config + + -- Andrey Pohilko (undera) Fri, 01 Feb 2013 19:44:26 +0400 + yandex-load-tank-base (1.3.2) precise; urgency=low * add support for phantom additional modules (for elliptics project)