- Apr 11, 2013
-
-
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
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
extentedglob is needed for is sub-command completion 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
-
- May 15, 2012
-
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
this produce false result when filtering by search dir in select_image is -s "local local-testing" list will list repository nammed testing.
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
We use current locale to convert argv to unicode and handle it as uncode after.
-
- May 14, 2012
-
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- May 11, 2012
-
-
Sébastien Luttringer authored
If we have to format (aka interpolatation) we need to be sure this have to be done in unicode and not in ascii. This avoid unicode error with ascii string encoded in utf-8. Example of failure between a string and an object b = Exception(u"é") Exception("error: %s" % b) => Exception("error: %s" % str(b) => UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 0: ordinal not in range(128)
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
This function walk across a directory, for every template which match the extension, remplace by the rendered file with the same mode/uid/gid as the template file. Use jinja2 as template engine. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-