- Jun 12, 2013
-
-
Sébastien Luttringer authored
Database should not be exposed to external. We should use repository most of time.
-
Sébastien Luttringer authored
-
- Jun 11, 2013
-
-
Sébastien Luttringer authored
Add image format display Add new options Fix bad handling of changelog with version which are not number.
-
- May 23, 2013
-
-
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
This command allow to display/edit the MOTD for a local repository Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
The command 'upgrade_db' create a dummy repository (to the current version) and add each images/payloads from the repository to upgrade. Symlinks are used to avoid copy. Old database is still available in repository as db.bak. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Image version now accept a string of digit separated by dots and extra char as a qualifier (~ or +). Example: 1.2.3.4~dev < 1.2.3.4 < 1.2.3.4+dev Old repositories are still compatible thanks to sqlite type affinity (https://www.sqlite.org/faq.html#q3 ). We use a package version comparison algorithm for image version comparison inspired by Debian. Seblu: Fix typos 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 11, 2013
-
-
Aurélien Dunand authored
New pattern is: [repository/][image][:version] (image is now optional). Allow to select images in repository without globbing: 'is list repository/' now work as 'is list repository/*'. Same for version, for example: 'is list :*dev' work as 'is list */*:*dev'. Seblu: Fix few explicit comparaison Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Thanks to Nicolas for reviewing the manpage Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
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
-
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
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>
-
- 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 04, 2012
-
-
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>
-
- May 23, 2012
-
-
Sébastien Luttringer authored
-
- May 16, 2012
-
-
Sébastien Luttringer authored
This allow to build a lot of image in their respective directory
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
- May 15, 2012
-
-
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
We use current locale to convert argv to unicode and handle it as uncode after.
-
- 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)
-
- Mar 26, 2012
-
-
Aurélien Dunand 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
-
- Feb 27, 2012
-
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
command extract use only one image at a time
-
- Feb 20, 2012
-
-
Sebastien Luttringer authored
min and max is no more handled by select_images
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-