Skip to content
  1. Feb 20, 2012
  2. Feb 10, 2012
    • 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
  3. Jan 30, 2012
  4. Dec 21, 2011
  5. Dec 20, 2011
  6. Dec 14, 2011
  7. Dec 09, 2011
  8. Dec 08, 2011
  9. Dec 05, 2011
  10. Dec 01, 2011
  11. Nov 17, 2011
  12. Nov 15, 2011
  13. Nov 03, 2011
  14. Oct 24, 2011
  15. Oct 21, 2011
  16. Oct 20, 2011
  17. Oct 18, 2011
  18. Oct 14, 2011
  19. Oct 13, 2011
  20. Oct 11, 2011
    • Sebastien Luttringer's avatar
      Introduce PipeFile in place of uopen · 46f109ea
      Sebastien Luttringer authored
      We now use PipeFile to handle complex file type and compute md5 and filesize.
      
      This commit add the following features in installsystems:
      - A download progress bad
      - check size before download
      - check size after download
      - check md5 after download
      46f109ea
  21. Sep 01, 2011
  22. Aug 31, 2011
  23. Aug 30, 2011
  24. Aug 29, 2011