- Oct 26, 2011
-
-
Matthieu Gonnet authored
-
- Oct 25, 2011
-
-
Sebastien Luttringer authored
-
- Oct 24, 2011
-
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
info command is used to get information about an image. It will replace list command
-
- Oct 21, 2011
-
-
Sebastien Luttringer authored
this command is and helper to chroot inside payload mounting /{proc,sys,dev,dev/pts} fs inside the chroot and disable daemon restart
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
this also fix bad display of all changelog in verbose mode
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
we now have a changelog command, no needs to overload list output
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
- Oct 20, 2011
-
-
Sebastien Luttringer authored
we can now set a minimal installsystems version in your description install will not be able to read those images
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
Add tarfile from python 2.7.2 This allow method add in Tarfile to have filter parameter. This give us filter capa on file to include. Should be removed when python 2.7 will be the minimum version Because we roolback to python 2.6 requirment, we need to ship.
-
- Oct 18, 2011
-
-
Sebastien Luttringer authored
as a corolary, invalid option are no more loaded
-
Sebastien Luttringer authored
This allow displaying to be done without coloration
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Matthieu Gonnet authored
Signed-off-by: Sebastien Luttringer <sebastien.luttringer@smartjog.com>
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
is new have now an force option to overwrite existing images
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
This allow and easy double extracting without needs to delete it before
-
Sebastien Luttringer authored
is new try to instanciate the new created object. But it doesn't pass validation...
-
Sebastien Luttringer authored
tarfile module fail to extract tarball with utf8 filenames when destination is an unicode string. We need to convert dest as utf-8 string to restore an expected behaviour
-
Sebastien Luttringer authored
=> Image debian-generic v4 loaded Error: 'ascii' codec can't encode character u'\xe9' in position 27: ordinal not in range(128) Traceback (most recent call last): File "/usr/bin/is", line 482, in <module> error(e) File "/usr/bin/is", line 480, in <module> args.func(p_main, args) File "/usr/bin/is", line 242, in c_list img, repo = select_image(o, repoman, args.best) File "/usr/bin/is", line 64, in select_image return repoman.get(image, version, best) File "/usr/lib/python2.6/dist-packages/installsystems/repository.py", line 616, in get return repo.get(name, version), repo File "/usr/lib/python2.6/dist-packages/installsystems/repository.py", line 399, in get pkg = PackageImage(path, fileobj=memfile, md5name=True) File "/usr/lib/python2.6/dist-packages/installsystems/image.py", line 458, in __init__ arrow("Author: %s" % self.author, 1) File "/usr/lib/python2.6/dist-packages/installsystems/printer.py", line 107, in arrow out(" #light##yellow#=>#reset# %s" % message) File "/usr/lib/python2.6/dist-packages/installsystems/printer.py", line 55, in out fd.write("%s%s" % (message, endl)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 27: ordinal not in range(128)
-
Sebastien Luttringer authored
-
- Oct 17, 2011
-
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
We need installsystems is functional on squeeze systems... So we needs to embed: - argparse 2.7.1 (not in python2.6) - progressbar 2.3 (not in debian squeeze)
-
Sebastien Luttringer authored
We can now use installsystems without paramiko
-
- Oct 14, 2011
-
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
- Oct 13, 2011
-
-
Sebastien Luttringer authored
Add a changelog file inside isimage with a custom format which allow image creator to quickly show update between images
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
-
Sebastien Luttringer authored
Add a isversion field inside isimage which tell which version of installsystems was used to build image
-
Sebastien Luttringer authored
Also fix some bug in PipeFile
-