Skip to content
Snippets Groups Projects
Commit fede8fb5 authored by Seblu's avatar Seblu
Browse files

script in tarball have now rights 755

parent ba2b6b85
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ class SourceImage(Image):
'''Filter files which can be included in scripts tarball'''
if not tinfo.name in ("parser", "setup") and os.path.splitext(tinfo.name)[1] != ".py":
return None
tinfo.mode = 0555
tinfo.mode = 0755
tinfo.uid = tinfo.gid = 0
tinfo.uname = tinfo.gname = "root"
return tinfo
......
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