aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-04-20 14:35:58 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-04-20 14:35:58 +0200
commitf1617959b102c2ca13ffc87ab9bef835ff04011a (patch)
tree4778f205368670c6d7efa20516ace67331b02cf8
parent809dc13b43fb34d8b4c4fbf12aeb4a70ca91c90a (diff)
downloadiurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar
iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar.gz
iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar.bz2
iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar.xz
iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.zip
fix indentation
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 8c5163a..1d0ce24 100755
--- a/ulri
+++ b/ulri
@@ -528,7 +528,7 @@ foreach my $prefix (sort keys %pkg_tree) {
next;
}
# $dep was not uploaded yet, so it's too early to build this one
- plog('DEBUG', "Dependent build $dep not ready ($prefix)");
+ plog('DEBUG', "Dependent build $dep not ready ($prefix)");
$ready = 0;
if (glob("$reject/*/*/*/$dep.youri") || glob("$done/*/*/*/${dep}_*.fail")) {
plog('ERROR', "Dependent build $dep has failed");