Skip to content
Snippets Groups Projects
Commit 6ef7105b authored by Aurélien Dunand's avatar Aurélien Dunand
Browse files

Add build script in image tarball

parent 157eafc2
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,8 @@ class SourceImage(Image):
# add format
arrow("Add format")
tarball.add_str("format", self.format, tarfile.REGTYPE, 0644)
# add build scripts
self.add_scripts(tarball, self.build_path)
# add parser scripts
self.add_scripts(tarball, self.parser_path)
# add setup scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment