4 - Fix progress bar while selecting rebuildable packages.
6 - rebuildperl can read configuration for ~/.rebuildperlrc.
8 - New comparebuildroots tool. It compares latest build of source package in
9 given koji build root specified by tag.
14 - Draw progress bar for each parallelized task (e.g. loading dependencies,
15 selecting buildable packages). Please note there is no overall progress bar.
20 - Unordered build mode added (set ordered to false in Fedora::Rebuild
21 constructor). This allows to build packages disregarding dependencies.
26 - Handle exception in scheduler jobs.
28 - Add work-around for fedpkg output bug
29 (https://bugzilla.redhat.com/show_bug.cgi?id=721389).
34 - Incompatible change: Format of binary package provides and requires has
35 changed. Please remove `.runrequiresstore' and `.providesstore' lock files.
36 The dependencies cache will be regenerated from already downloaded binary
39 - When selecting packages to rebuild, run-time dependenices of build-time
40 requirements of the package in question are considered too. Unfortunatelly
41 the dependency solver misbehaves in more than one thread.
43 - The number of solver threads is controlled by `selectthreads' attribute of
44 Fedora::Rebuild contructor. Please set it to 1.
46 - Computed recursive build-time dependecies are reported to
47 `.is_installable.log' files. Their's corresponding lock files are ignored.
52 - Fix storing and retrieving Koji task ID in submitbuild and build states.
57 - Record current time for each log message. (Requires DateTime Perl module.)
59 - Split `build' state to `submitbuild' and `build' state. The first submits
60 build to Koji and stores Koji task ID. It submits even if build exists in
61 Koji. This is needed to redo failed builds. Then it created state lock and
62 resubmit never more. Remove the lock to force resubmit. Second state just
63 waits to finishing build. In case of local build, remove submitbuild is
64 skipped always and rebuild is performed in build state. This approach is
65 still not ideal. We must found better heuristics to differentiate our and
66 others building failures and redoable failures.
68 - Retrieve requires of binary rebuilt packages. This is preparation for future
69 support of indirect build-time dependencies. It will process old done binary
70 packages automatically.
75 - Wait for build root ration after rebuilding current set of rebuildable
76 packages. This allows to utilize whole Koji power with low local thread
79 - Fix logging at providesstore phase
84 - Fix undefined Fedore::Rebuild->last_fail()
86 - Recreate SRPM package if missing when getting build requires
88 - Close state log file when state finishes successfully
93 - Fix build root identification when watching a koji for rotation.
95 - Fix child exit status decoding. You get exit code or signal name into log
98 - Die optionally in case a lot of consequent failures. Driven by
99 `failurelimit' attribute. Default is 0 (i.e. do not die).
101 - Cache build requires and binary provides. You can run this script on v0.1.0
102 directory tree, the cache will be generated from RPM packages automatically.
107 - Introduce `loadthreads' attribute to tune number of threads distilling
108 dependencies to supress local I/O load.