Commit 6ef7105b authored by Aurélien Dunand's avatar Aurélien Dunand
Browse files

Add build script in image tarball

parent 157eafc2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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