Skip to content
  1. Oct 18, 2011
    • Sebastien Luttringer's avatar
      add --no-color option to is · ce07794a
      Sebastien Luttringer authored
      This allow displaying to be done without coloration
      ce07794a
    • Sebastien Luttringer's avatar
      Fix issue with utf8 encoding in author · 99eb38c6
      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)
      99eb38c6
  2. Aug 31, 2011
  3. Aug 26, 2011
  4. Aug 18, 2011
  5. Jul 25, 2011
  6. Jun 28, 2011
  7. Jun 24, 2011
    • Seblu's avatar
      Improve arrow and printer · 8273db6b
      Seblu authored
      Arrow is now relative this allow to pass context of arrow
      no more verbose mode. Soft is verbose except in quiet mode
      8273db6b
  8. Jun 22, 2011
  9. May 17, 2011
  10. May 16, 2011