aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b816fba..ade912b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- iurt: Sort packages.arch.log
+
0.8.2.2
- ulri: Fix a crash after build failures
diff --git a/iurt b/iurt
index b8c374e..4f3a2c1 100755
--- a/iurt
+++ b/iurt
@@ -895,7 +895,7 @@ retry:
}
} else {
my $packagesfile = "$log_dir/packages.$run{my_arch}.$run{run}.log";
- output($packagesfile, map { m|([^/]*)$|; "$1\n" } @packages);
+ output($packagesfile, sort(map { m|([^/]*)$|; "$1\n" } @packages));
}
}