aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-25 23:16:07 +0000
committerOlivier Blin <blino@mageia.org>2010-11-25 23:16:07 +0000
commitbf9683bb39657eadac73a481dfedf24bd1bc3150 (patch)
treef1fb913b8e8f23579d552c7d48a34a1de34893a0
parent32e34ed2eed35cb379d25cf148ffe691f281ceb2 (diff)
downloadiurt-bf9683bb39657eadac73a481dfedf24bd1bc3150.tar
iurt-bf9683bb39657eadac73a481dfedf24bd1bc3150.tar.gz
iurt-bf9683bb39657eadac73a481dfedf24bd1bc3150.tar.bz2
iurt-bf9683bb39657eadac73a481dfedf24bd1bc3150.tar.xz
iurt-bf9683bb39657eadac73a481dfedf24bd1bc3150.zip
add a message when the chroot is already up-to-date
-rw-r--r--lib/Iurt/Chroot.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 9bcea57..a5c0f3e 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -458,7 +458,9 @@ sub create_chroot {
$clean->();
return;
}
- }
+ } else {
+ plog('NOTIFY', "Chroot tarball is already up-to-date");
+ }
} else {
plog('DEBUG', "can't open $tmp_chroot/var/log/qa");
plog('ERR', "can't check chroot, recreating");