]> git.itanic.dy.fi Git - emerge-timer/commit
Change how current emerge time is calculated a bit
authorEsko Kokkonen <esko.kokkonen@gmail.com>
Tue, 29 Nov 2011 15:56:28 +0000 (17:56 +0200)
committerEsko Kokkonen <esko.kokkonen@gmail.com>
Tue, 29 Nov 2011 16:08:30 +0000 (18:08 +0200)
commit8c290d226d5ff782cfb96310498c1cf72f5ff083
tree66a21ed300557e73682f5125f8ad39582f07d3f4
parentab574d3cf73f21ba7b778cdce222ea82c207b9cf
Change how current emerge time is calculated a bit

Instead of having some ceiling value for the emerge time (like it was
previously 12*3600 seconds) calculate current emerge time from each of
the entries in the log and choose the smallet value. This should
always be the last entry on the log and therefore the one that was
started closest to the current time.

In other words; the current emerge mode now works for all those
countless packages that take days compile.
emerge-timer.py