- 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
-
-
Sébastien Luttringer authored
-
- 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>
-
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>
-
- May 02, 2012
-
-
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>
-
- Apr 20, 2012
-
-
Aurélien Dunand authored
-
Aurélien Dunand authored
-
- Mar 26, 2012
-
-
Aurélien Dunand authored
-
Aurélien Dunand authored
-
- Mar 16, 2012
-
-
Sebastien Luttringer authored
-
- Mar 02, 2012
-
-
Sebastien Luttringer authored
Before this, timeout only apply to repository caching. Now timeout is used by all transfert functions. A new parameter repo_timeout is available to set a custom timeout on repository
-
Sebastien Luttringer authored
-
- Mar 01, 2012
-
-
Sebastien Luttringer authored
-