From 89b80532c081fb177e050a80b78c5dd9632df112 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 24 Nov 2017 21:13:34 +0100 Subject: Ignore timestamps in metadata subrepos --- utils/gen_fast_metamanifest.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'utils') diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py index 9217a34..58596ae 100755 --- a/utils/gen_fast_metamanifest.py +++ b/utils/gen_fast_metamanifest.py @@ -57,6 +57,15 @@ def gen_metamanifest(top_dir): IGNORE timestamp.chk IGNORE timestamp.commit IGNORE timestamp.x +IGNORE dtd/timestamp +IGNORE dtd/timestamp.chk +IGNORE xml-schema/timestamp +IGNORE xml-schema/timestamp.chk +''') + for mdir in ('glsa', 'news'): + with io.open(os.path.join('metadata', mdir, 'Manifest'), 'wb') as f: + f.write(b'''IGNORE timestamp + IGNORE timestamp.chk ''') with io.open('Manifest', 'wb') as f: f.write(b'''IGNORE distfiles -- cgit v1.2.3