- Apr 11, 2013
-
-
Aurélien Dunand authored
The setup and payload directories and description file are the strict minimum to build an image. Payload directory is needed because build scripts can edit or create payloads. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
If not, global_dict.update(self.modules) raise an exception (TypeError: NoneType) if lib dir is missing. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
if there is more than one image, build display a global build time
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
c_install function are moved to image
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
This patch review how scripts are executed and modules loaded. sys.module is preserved from modification by scripts and avoid conflict with module loaded by scripts
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
Only support pure python module in lib/, package (like foo.bar) don't work. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
Now print traceback recursively with a smart merging of traceback and exception from sub exception No more store exception twice in ISException
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
ISException is an Installsystems exception which can handle an exception and his information (type, value, traceback). Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Nicolas Delvaux authored
It is in the RST format, so this adds python-docutils as a build-dependency. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- Jan 04, 2013
-
-
Sébastien Luttringer authored
Ssh connection with agent fail when agent is not able to auth and claims "No Session" instead of using provided password. [1] http://stackoverflow.com/questions/6832248/paramiko-no-existing-session-exception [2] https://github.com/paramiko/paramiko/issues/126
-
Sébastien Luttringer authored
-
- Nov 27, 2012
-
-
Sébastien Luttringer authored
With the permission of Romain Degez, CTO of Smartjog and Sébastien Luttringer. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- Jun 07, 2012
-
- Jun 04, 2012
-
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Nicolas Delvaux authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Nicolas Delvaux authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- May 24, 2012
-
-
Aurélien Dunand authored
According to PEP263 (http://www.python.org/peps/pep-0263.html ) the source code encoding, like the magic comment '-*- coding: utf-8 -*-', must be on the two first lines. If not, default encoding is ascii and SyntaxError will be raised if there is a non-ASCII character. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- May 23, 2012
-
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
- May 21, 2012
-
-
Sébastien Luttringer authored
-
- May 16, 2012
-
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
This allow to build a lot of image in their respective directory
-