- Jun 21, 2013
-
-
Sébastien Luttringer authored
-
- Jun 20, 2013
-
-
Sébastien Luttringer authored
-
- Jun 19, 2013
-
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
execpt if there is build directory
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
-
- Jun 18, 2013
-
-
Sébastien Luttringer authored
-
- Jun 14, 2013
-
-
Sébastien Luttringer authored
- Remove custom makefile - Remove setup.py
-
- Jun 13, 2013
-
-
Aurélien Dunand authored
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
Allow scripts to call exit() or exit(0) to interupt their execution properly. Can save a useless brace adn tab time. Exiting another value cause script to fail.
-
- 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
-
Sébastien Luttringer authored
This introduce the new image format version in X.Y by upgrade from 1 to 2.0. Where X is an image forward compatibility breaking and Y a revision. The new format is needed because we move versionning from number to string
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
Reported-by:
Aurélien Dunand <aurelien.dunand@smartjog.com>
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
Fix complex number handling in changlog introduced by 78ddf912. Split show function in show and show_all
-
- 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.
-
Aurélien Dunand authored
Since we use a global variable in installsystems.printer to store the arrow level, we have to keep this module in scripts global context.
-
Aurélien Dunand authored
-
- May 23, 2013
-
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Since the dmod and fmod setter take a string as argument and convert them to a base 8 integer, we don't need to check and convert in integer with the configobj validator. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Florent Pigout 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
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
Old repository are still usable. Database changes: Add is_min_version and image_format in image table. Add repository table which contain database uuid, version and motd. Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Compressors are specified in description file. For example: [compressor] gzip = * none = *.gz, *.bz2 bzip2 = rootfs* This description file set gzip as default compressor, do not compress payload which end with .gz and .bz2 and use bzip2 as compressor for payload matching 'rootfs*' Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
configobj keeps the order of options in config file, we don't need to use OrderedDict. Seblu: Sad :'( 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>
-
Aurélien Dunand authored
Signed-off-by:
Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
Rewrap this exception to ISError to avoid threat them as unexpected error. 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>
-