aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2015-11-15 15:51:22 +0000
committerPascal Terjan <pterjan@gmail.com>2015-11-16 23:00:55 +0000
commit497c1565e90d4587b2fdc3cd69f69c3e55570988 (patch)
tree556ca7a016a674d7ea1e2b0da4cdd047e7dcba1b
parent5c54fa4c92a717168d6af76819bb4cd178946e1f (diff)
downloadiurt-497c1565e90d4587b2fdc3cd69f69c3e55570988.tar
iurt-497c1565e90d4587b2fdc3cd69f69c3e55570988.tar.gz
iurt-497c1565e90d4587b2fdc3cd69f69c3e55570988.tar.bz2
iurt-497c1565e90d4587b2fdc3cd69f69c3e55570988.tar.xz
iurt-497c1565e90d4587b2fdc3cd69f69c3e55570988.zip
Force installing all translations
-rw-r--r--NEWS3
-rw-r--r--lib/Iurt/Chroot.pm1
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b12d53b..526da4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- keep src.rpm until all arch are done
+- force installing all translations whatever the host system locale is
+
0.6.24
- speed up installing packages
- support sharding the build with --num_shards and --shard_id
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 92bd0f6..982c116 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -150,6 +150,7 @@ sub dump_rpmmacros {
\%distribution $config->{distribution}
\%vendor $config->{vendor}
\%packager $packager
+\%_install_langs all
);
print $f join "\n", @{$run->{rpmmacros}} if defined $run->{rpmmacros};
close $f;