Commit 3606e755 authored by Pavel Emelyanov's avatar Pavel Emelyanov

crit: Do not recode new netns-ct/-exp images

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 42165243
...@@ -51,6 +51,10 @@ for imgf in find.stdout.readlines(): ...@@ -51,6 +51,10 @@ for imgf in find.stdout.readlines():
continue continue
if imgf_b.startswith('tmpfs-'): if imgf_b.startswith('tmpfs-'):
continue continue
if imgf_b.startswith('netns-ct-'):
continue
if imgf_b.startswith('netns-exp-'):
continue
o_img = open(imgf).read() o_img = open(imgf).read()
if not recode_and_check(imgf, o_img, False): if not recode_and_check(imgf, o_img, False):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment