Skip to content
  1. May 23, 2012
  2. May 21, 2012
  3. May 16, 2012
  4. May 15, 2012
  5. May 11, 2012
  6. May 02, 2012
  7. Apr 20, 2012
  8. Mar 26, 2012
  9. Mar 16, 2012
  10. Mar 02, 2012
    • Sebastien Luttringer's avatar
      rewrite timeout code · 74081e11
      Sebastien Luttringer authored
      Before this, timeout only apply to repository caching.
      
      Now timeout is used by all transfert functions.
      A new parameter repo_timeout is available to set a custom timeout on repository
      74081e11
  11. Mar 01, 2012
  12. Feb 27, 2012
    • Sebastien Luttringer's avatar
      Use external compressor and archiver · 8fea05fb
      Sebastien Luttringer authored
      We now use system tar and gzip to compress/decompress payloads
      
      Goals are:
      - Speed-up extraction and creation of payloads.
      - Allow to use non-python supported compressor like (pbzip2 and xz)
      - Remove python2.7.1 tarfile.py module
      - Remove python 2.7.1 gzip.py to avoid filename to be in gzip headers
      - Remove gzipstream.py module used to stream gzip file
      8fea05fb
  13. Feb 20, 2012
  14. Feb 10, 2012
    • Sebastien Luttringer's avatar
    • Sebastien Luttringer's avatar
      image selection rewrite · d95ed36b
      Sebastien Luttringer authored
      All command now use select_image in repoman to select which image should be
      select for use
      
      search is now added to repoman and not by command
      
      best option was dropped for all command
      
      changelog command take now more than one image
      diff command is no more limited to 2 args. Can be one with globbing
      list -a is dropped, use *:* instead (this can be used in all command)
      
      is command allow smart image selection like this:
      
      - ftp/* => list all image in repo ftp
      - ftp/*:4 => list all image in version 4 in repo ftp
      - *:4 => list all images at version 4 in search path
      - */*:4 => list all images at version in all repo
      - debian => list all images nammed debian in search path
      - debian* => list all images starting by debian in search path
      d95ed36b
    • Sebastien Luttringer's avatar
  15. Jan 30, 2012
  16. Jan 05, 2012
  17. Dec 23, 2011