- 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
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>
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
Signed-off-by: Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Aurélien Dunand authored
copy command only uses remote image, no package image. 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
For example, if you have the following scripts in an image: lib/ |- 01-foo.py (module 'foo') |- 02-bar.py (module 'bar') module 'bar' (and subsequent) could import and use content from module 'foo'. 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
Thanks to Aurélien which discovered it
-
Aurélien Dunand authored
OrderedDict code come from http://code.activestate.com/recipes/576693/ Signed-off-by: Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
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>
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
The setup and payload directories and description file are the strict minimum to build an image. Payload directory is needed because build scripts can edit or create payloads. Signed-off-by: Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
Aurélien Dunand authored
If not, global_dict.update(self.modules) raise an exception (TypeError: NoneType) if lib dir is missing. Signed-off-by: Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
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
-
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>
-
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
Only support pure python module in lib/, package (like foo.bar) don't work. Signed-off-by: Sébastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sébastien Luttringer authored
-
Sébastien Luttringer authored
Now print traceback recursively with a smart merging of traceback and exception from sub exception No more store exception twice in ISException
-
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
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
-
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>
-
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>
-