diff options
| author | Michael E Brown <michael_e_brown@dell.com> | 2007-10-19 11:54:44 -0500 |
|---|---|---|
| committer | Michael E Brown <michael_e_brown@dell.com> | 2007-10-19 11:54:44 -0500 |
| commit | 0481c8655a08e64b4c078402981e6c98fcfcd71a (patch) | |
| tree | f0838adb486f3bf00b83ac25e95245820c85ae91 /src | |
| parent | 34942bebb19e611289e2d13a3567c60e1104192c (diff) | |
| download | mock-0481c8655a08e64b4c078402981e6c98fcfcd71a.tar.gz mock-0481c8655a08e64b4c078402981e6c98fcfcd71a.tar.xz mock-0481c8655a08e64b4c078402981e6c98fcfcd71a.zip | |
add start message so we know which srpm we are working on when multiple are specified.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/mock.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mock.py b/src/mock.py index fafb8bd..4d93400 100755 --- a/src/mock.py +++ b/src/mock.py @@ -250,6 +250,7 @@ def main(): for srpm in srpms: start = time.time() + log.info("Start(%s)" % srpm) if config_opts['clean'] and chroot.state() != "clean": chroot.clean() chroot.init() |
