aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS91
1 files changed, 90 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b122951..e1f03a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,93 @@
-- fix timeout message when killing for other reason
+- cancel_build: add an utility to cancel a build in the queue
+
+0.9.0
+- iurt: Sort packages.arch.log
+- rebuild_perl_iurt: set --target to correctly build for armv7hl on aarch64
+ machines
+- iurt: Fix / of the chroot belonging to the user instead of root
+- iurt: Make generation of the chroot archive more atomic
+- iurt: Use the target directory when reference chroot needs to be updated
+- ulri: Limit retries in case of install_deps_failure. A new config option
+ backoff_delays is a list of delays before retrying, and when reaching the
+ end of the list, we fail permanently.
+
+0.8.2.2
+- ulri: Fix a crash after build failures
+
+0.8.2.1
+- Fix syntax checks to use local tree
+
+0.8.2
+- Add some tests checking the syntax of iurt/ulri/emi as the main scripts
+ are not covered by test.
+- ulri: Fix syntax
+- iurt: Fix build system retrying forever when rpmbuild -br fails to compute
+ dynamic BuildRequires, for example because some BuildRequires used in %prep
+ are missing.
+
+0.8.1
+- iurt: Fix getting a retriable install_deps_failure instead of missing_dep
+ when some DynamicBuildRequires can't be resolved.
+- iurt: Fix buildreqs.nosrc.rpm filename on Mageia build system
+
+0.8.0
+- iurt: Add support for DynamicBuildRequires
+- ulri: Do not remove lock file and mark build as done until we copied the
+ files.
+
+0.7.18
+- ulri: Fix false positives of iurt dying on the build machine
+- iurt: Fix cleaning chroots (eg: when using --clean-all)
+
+0.7.17.2
+- iurt: Use consistent log directory (fixes a crash on Mageia BS).
+
+0.7.17.1
+- iurt: Fix src.rpm name (mga#30344)
+
+0.7.17
+- iurt: record the list of generated packages
+- iurt: allow generated src.rpm to have a different name, some packages use
+ macros for Name and those can change based on the distro version.
+- ulri: rely on status.log to know a build completed rather than having
+ packages of the right architecture.
+- ulri: Fix list of build in progress
+- dump_tree: Add cli to get current status
+
+0.7.16
+- iurt: use --target noarch for noarch packages rather than the arch used to
+ built them.
+
+0.7.15
+- iurt: always use urpmi --urpmi-root
+- iurt: add arch to all log files
+
+0.7.14
+- ulri: add architecture in botcmd filename
+- iurt: fix updating the chroot
+
+0.7.13
+- iurt: try again updating packages later
+
+0.7.12
+- iurt: update packages after adding media rather than before
+
+0.7.11
+- iurt: allow building arm v5 and v7 on armv8l
+- ulri: sort file names in mail
+- move check_{no,}arch from Config into a new RPM module. They have nothing
+ to do with the config and work on an RPM file.
+- iurt: update packages after creating chroot
+
+0.7.10
+- ulri: allow - in host when parsing lock file name
+- iurt: give --target to rpmbuild
+
+0.7.9
+- ulri: call setarch for all 32bit targets rather than only when target is
+ i586, this allows to build for 32bit arm on aarch64.
+- emi: store in the .upload which architectures were uploaded to know if
+ non mandatory ones are done.
0.7.8.1
- no changes, fixing bad release