Skip to content
Snippets Groups Projects
Commit fd826cc8 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Fix arrowlevel in source image build

parent c74e08e5
No related branches found
No related tags found
No related merge requests found
......@@ -476,6 +476,7 @@ class SourceImage(Image):
"mode": payload_desc["mode"],
"mtime": payload_desc["mtime"]
}
arrowlevel(-1)
# check md5 are uniq
md5s = [v["md5"] for v in desc["payload"].values()]
if len(md5s) != len(set(md5s)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment