Message ID | 20120627222613.17660.61600.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client/master.py' --- lava_dispatcher/client/master.py 2012-06-21 22:28:48 +0000 +++ lava_dispatcher/client/master.py 2012-06-27 21:54:27 +0000 @@ -83,7 +83,7 @@ try: session.run( 'wget --no-proxy --connect-timeout=30 %s -O- %s |' - 'tar --numeric-owner -C %s -x%sf -' + 'tar --warning=no-timestamp --numeric-owner -C %s -x%sf -' % (WGET_DEBUGGING_OPTIONS, tarball_url, dest, decompression_char), timeout=timeout) except (OperationFailed, pexpect.TIMEOUT):