- Jun 27, 2013
-
-
Sébastien Luttringer authored
This let place clean when error occurs in building a payload when a previous successful build have been done.
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
Traceback with old repository return None as uuid
-
Sébastien Luttringer authored
- 2 new packages (image and repository). - Split big modules into little one under packages. - Replace full module import by needed objects - Avoid wildcard imports - Fix a lot of pylint error and warnings on modules
-
Sébastien Luttringer authored
-
- Jun 21, 2013
-
-
Sébastien Luttringer authored
-
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>
-