diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-04-20 14:35:58 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-04-20 14:35:58 +0200 |
commit | f1617959b102c2ca13ffc87ab9bef835ff04011a (patch) | |
tree | 4778f205368670c6d7efa20516ace67331b02cf8 /ulri | |
parent | 809dc13b43fb34d8b4c4fbf12aeb4a70ca91c90a (diff) | |
download | iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar.gz iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar.bz2 iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.tar.xz iurt-f1617959b102c2ca13ffc87ab9bef835ff04011a.zip |
fix indentation
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |