diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-04-25 14:10:47 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-04-25 14:16:06 +0000 |
commit | 1be1c9d62000e1fa7aedce432957e379bdeb305c (patch) | |
tree | c8b1d0a20ca197113d905ada014423035d963e47 /NEWS | |
parent | 9834b77b7a810dffd2bc661bb926e8a1d8696878 (diff) | |
download | iurt-1be1c9d62000e1fa7aedce432957e379bdeb305c.tar iurt-1be1c9d62000e1fa7aedce432957e379bdeb305c.tar.gz iurt-1be1c9d62000e1fa7aedce432957e379bdeb305c.tar.bz2 iurt-1be1c9d62000e1fa7aedce432957e379bdeb305c.tar.xz iurt-1be1c9d62000e1fa7aedce432957e379bdeb305c.zip |
ulri: rely on status.log to know a build completed
This will fix packages not marked as noarch but having only
noarch subpackages, even if we still end up wasting resources.
The only risk I see is if the noarch packages get built on all
mandatory architectures first, upload starts and other architectures
complete in hte middle, however this should not modify the files being
uploaded, we use a temporary file and rename so it should be fine.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ - 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. 0.7.16 - iurt: use --target noarch for noarch packages rather than the arch used to |