aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-02-27 22:05:22 +0000
committerPascal Terjan <pterjan@mageia.org>2011-02-27 22:05:22 +0000
commit2c26fcd31eaf910cf195b541b4921adf9f2f11cd (patch)
tree9ad2a3d175e683f79b3987eeb214d979962de264 /modules/buildsystem
parent9f14816a9ac2d62e0622261f42e300061ca7aedf (diff)
downloadpuppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar
puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar.gz
puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar.bz2
puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.tar.xz
puppet-2c26fcd31eaf910cf195b541b4921adf9f2f11cd.zip
Use ctime to detect old archived packages, we do not care of data modification
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 641eff1c..74341057 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -184,7 +184,7 @@ class buildsystem {
age => "1w",
matches => "*.rpm",
recurse => true,
- type => "mtime",
+ type => "ctime",
}
}