Revision
149
Author
blino
Date
2010-11-26 00:16:07 +0100 (Fri, 26 Nov 2010)

Log Message

add a message when the chroot is already up-to-date

Modified Paths

Modified: build_system/iurt/trunk/lib/Iurt/Chroot.pm
===================================================================
--- build_system/iurt/trunk/lib/Iurt/Chroot.pm	2010-11-25 23:15:18 UTC (rev 148)
+++ build_system/iurt/trunk/lib/Iurt/Chroot.pm	2010-11-25 23:16:07 UTC (rev 149)
@@ -458,7 +458,9 @@
 			    $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");