aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-11-08 11:46:52 +0000
committerPascal Terjan <pterjan@gmail.com>2016-11-08 11:46:52 +0000
commitf62c6409edf667172b28f327cb99b321e1d054ae (patch)
tree6b0b969927273f95ec8b4d621767031afcc04bc6 /ulri
parentdfb88516cccc68652607c4f6564a6b5e80ae27c6 (diff)
downloadiurt-f62c6409edf667172b28f327cb99b321e1d054ae.tar
iurt-f62c6409edf667172b28f327cb99b321e1d054ae.tar.gz
iurt-f62c6409edf667172b28f327cb99b321e1d054ae.tar.bz2
iurt-f62c6409edf667172b28f327cb99b321e1d054ae.tar.xz
iurt-f62c6409edf667172b28f327cb99b321e1d054ae.zip
Have consistent ordering for queue status
Diffstat (limited to 'ulri')
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 1df576f..c23b34f 100755
--- a/ulri
+++ b/ulri
@@ -574,7 +574,7 @@ if (keys %build_list) {
}
plog('INFO', "jobs in queue:", %to_compile ?
- map { sprintf("%s(%d)", $_, $to_compile{$_}) } keys %to_compile : "none");
+ map { sprintf("%s(%d)", $_, $to_compile{$_}) } sort keys %to_compile : "none");
unlink $pidfile;