Skip to content
Snippets Groups Projects
  1. Apr 01, 2021
  2. Feb 25, 2021
  3. Feb 24, 2021
  4. Jan 21, 2021
  5. Jan 05, 2021
  6. Oct 23, 2020
  7. Jul 09, 2020
  8. Apr 24, 2020
  9. Nov 29, 2018
    • Alan De Smet's avatar
      Positional args can again intermix with options · 8d4bce43
      Alan De Smet authored
      The move from optparse to argparse caused a regression: positional
      arguments could no longer intermix with optional arguments.  This fixes
      that. (As of Python 3.7, parse_intermixed_args solves the problem,
      but we want to support 2.6, maybe 2.5.)
      8d4bce43
  10. Nov 28, 2018
  11. Oct 03, 2018
  12. Sep 21, 2018
  13. Mar 20, 2018
  14. Jul 21, 2017
  15. Jul 17, 2017
  16. Apr 20, 2017
  17. Apr 03, 2017
  18. Mar 16, 2017
  19. Dec 20, 2016
  20. Aug 10, 2016
    • Alan De Smet's avatar
      add --parsable, formatting info output for parsing · fe19e296
      Alan De Smet authored
      "glance info --parsable" now outputs the results in tab deliminated format, repeating the filename on each line, making it easier to parse programmatically. Additional fields may be added later!
      
      At the moment only supports "info".  May add support for other formats later.
      fe19e296
  21. Jul 27, 2016
    • Alan De Smet's avatar
      Cleanup sorting code · eb6f1257
      Alan De Smet authored
      Put sort directly into for loop; don't bother with giving it a variable.
      Use named argument instead of relying on positional one.
      eb6f1257
    • Alan De Smet's avatar
      if glance info can't read files, return non-zero · 4758bcca
      Alan De Smet authored
      Returns how many files could not be read, to a maximum of 255 (since the exit code is 8 bit).
      This allows other processes calling "glance info" to detect errors.
      4758bcca
  22. Jul 14, 2016
  23. Jul 12, 2016
  24. May 10, 2016
  25. Aug 12, 2013
  26. Mar 29, 2013
  27. Feb 13, 2013
  28. Dec 22, 2012
  29. Sep 28, 2012
  30. Jun 29, 2012
  31. Jun 08, 2012
  32. May 23, 2012
  33. May 03, 2012
Loading