On 02.07.2013 20:22, Richard Shaw wrote:
I'm wondering if there's a better method of monitoring a mock build other than:

# mock -r <fedora-release-arch> --resultdir=/path/to/results <srpm>

^Z

# bg 1
# tail -f /path/to/build.log

I guess I could use two terminals, but I'd rather just have the one up...

Richard


Wouldn't adding -v (i.e. verbose) to the mock command line parameters do the job?

Sandro