diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-24 21:55:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-24 21:55:36 +0100 |
commit | e2fa3ef180236a7d12962c5d055191203159b191 (patch) | |
tree | 5d96f16bd0592cbcbeb658ab7424e6ae8502bd03 /utils | |
parent | 7fb7afb0bc6ecd5c5bd99fd5d79c73e2a95e39a6 (diff) | |
download | gemato-e2fa3ef180236a7d12962c5d055191203159b191.tar.gz |
gen_fast_metamanifest: Fix IGNORE for timestamp.chk
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/gen_fast_metamanifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py index 551d880..2c9a587 100755 --- a/utils/gen_fast_metamanifest.py +++ b/utils/gen_fast_metamanifest.py @@ -63,7 +63,7 @@ IGNORE timestamp.x for mdir in ('dtd', 'glsa', 'news', 'xml-schema'): with io.open(os.path.join('metadata', mdir, 'Manifest'), 'wb') as f: f.write(b'''IGNORE timestamp - IGNORE timestamp.chk +IGNORE timestamp.chk ''') with io.open('Manifest', 'wb') as f: f.write(b'''IGNORE distfiles |