- Jun 14, 2013
-
-
Sébastien Luttringer authored
- Remove custom makefile - Remove setup.py
-
- Jun 12, 2013
-
-
Sébastien Luttringer authored
Database should not be exposed to external. We should use repository most of time.
-
- 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
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
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
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>
-
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>
-
Aurélien Dunand authored
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>
-
- Dec 14, 2011
-
-
Sebastien Luttringer authored
Thanks to Antoine "Naps" Millet for its precisous help
-