diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-25 23:16:07 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-25 23:16:07 +0000 |
commit | bf9683bb39657eadac73a481dfedf24bd1bc3150 (patch) | |
tree | f1fb913b8e8f23579d552c7d48a34a1de34893a0 /lib | |
parent | 32e34ed2eed35cb379d25cf148ffe691f281ceb2 (diff) | |
download | iurt-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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Chroot.pm | 4 |
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"); |