Log errors in StateLock::do* by log() method
[Fedora-Rebuild.git] / Changes
blobe05a37976703f9f7a458ab72235eda8e765d3e43
1 v0.3.0
2 ======
4 - Wait for build root ration after rebuilding current set of rebuildable
5   packages. This allows to utilize whole Koji power with low local thread
6   number.
8 - Fix logging at providesstore phase 
10 v0.2.1
11 ======
13 - Fix undefined Fedore::Rebuild->last_fail()
15 - Recreate SRPM package if missing when getting build requires
17 - Close state log file when state finishes successfully
19 v0.2.0
20 ======
22 - Fix build root identification when watching a koji for rotation.
24 - Fix child exit status decoding. You get exit code or signal name into log
25   now.
27 - Die optionally in case a lot of consequent failures. Driven by
28   `failurelimit' attribute. Default is 0 (i.e. do not die).
30 - Cache build requires and binary provides. You can run this script on v0.1.0
31   directory tree, the cache will be generated from RPM packages automatically.
33 v0.1.0
34 ======
36 - Introduce `loadthreads' attribute to tune number of threads distilling
37   dependencies to supress local I/O load.