summaryrefslogtreecommitdiffstats
path: root/debuginfofs-mirror
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-03-04 16:48:57 -0500
committerWill Woods <wwoods@redhat.com>2009-03-04 16:48:57 -0500
commit6fae3bb392726be8467e257f2401910e0ad7d3a3 (patch)
treee6c73545962679f284c7008d5ac4b6c9e164194c /debuginfofs-mirror
parent2e318337e1c107c9b1f9091455d5a7e467c9e1e2 (diff)
downloaddebuginfofs-6fae3bb392726be8467e257f2401910e0ad7d3a3.tar.gz
debuginfofs-6fae3bb392726be8467e257f2401910e0ad7d3a3.tar.xz
debuginfofs-6fae3bb392726be8467e257f2401910e0ad7d3a3.zip
update mtime of packagedirs when skipping them
Diffstat (limited to 'debuginfofs-mirror')
-rwxr-xr-xdebuginfofs-mirror1
1 files changed, 1 insertions, 0 deletions
diff --git a/debuginfofs-mirror b/debuginfofs-mirror
index 9db8c47..07d66a9 100755
--- a/debuginfofs-mirror
+++ b/debuginfofs-mirror
@@ -293,6 +293,7 @@ def main():
# Skip it if it's already unpacked
if os.path.isdir(targetdir):
y.logger.info("Already unpacked %s" % nevra)
+ utime(targetdir, None)
continue
# XXX does y.downloadPackages handle this for us?