diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-24 20:20:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-24 20:20:48 +0100 |
commit | cb30f42f7bc893cc674ad1a35b284d40c0f11ac6 (patch) | |
tree | 5df997cc8026a5d16691a1bd57ca606fe94e94c9 /utils | |
parent | ee2d91256166ce9cecc8c0d651db77fabcd8b1ca (diff) | |
download | gemato-cb30f42f7bc893cc674ad1a35b284d40c0f11ac6.tar.gz |
Ignore lost+found in case repo was mounted on separate ext* filesystem
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/gen_fast_metamanifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py index a696d0d..9217a34 100755 --- a/utils/gen_fast_metamanifest.py +++ b/utils/gen_fast_metamanifest.py @@ -61,6 +61,7 @@ IGNORE timestamp.x with io.open('Manifest', 'wb') as f: f.write(b'''IGNORE distfiles IGNORE local +IGNORE lost+found IGNORE packages ''') |