diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-12-07 13:26:29 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-12-07 13:26:29 +0000 |
commit | 4cb04d7864faca4cbe845afacca68c76932b7470 (patch) | |
tree | ab4890f9cb0d24546e34402a09103e9757364c07 /NEWS | |
parent | b32f8b77327c207d679d504e7e7be68787124771 (diff) | |
download | iurt-4cb04d7864faca4cbe845afacca68c76932b7470.tar iurt-4cb04d7864faca4cbe845afacca68c76932b7470.tar.gz iurt-4cb04d7864faca4cbe845afacca68c76932b7470.tar.bz2 iurt-4cb04d7864faca4cbe845afacca68c76932b7470.tar.xz iurt-4cb04d7864faca4cbe845afacca68c76932b7470.zip |
emi: allow setting per distro mandatory_arch
emi is using $config->{mandatory_arch} to find the list of mandatory
architectures with successful build required to upload a package.
With this change it is now also possible to set per distro
mandatory_arch in $config->{mandatory_arch}->{$distro}. If no mandatory
architecture is defined for a distro, then $config->{mandatory_arch}->{default}
is used.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ - allow setting some env variables to define and default to setting PERL_EXTUTILS_AUTOINSTALL and PERL_AUTOINSTALL to --skipdeps +- emi: allow setting per distro mandatory_arch 0.6.13 - use rpmbuild/ rather than rpm/ |