Skip to content
  1. Mar 24, 2025
  2. Dec 02, 2024
  3. Nov 27, 2024
  4. Nov 12, 2024
  5. Oct 21, 2024
  6. Oct 17, 2024
  7. Oct 15, 2024
  8. Sep 26, 2024
  9. Sep 20, 2024
  10. Sep 17, 2024
  11. Jun 07, 2024
    • Vincent Stehle's avatar
      guid.py: fix bug with leading zeroes · 772ab077
      Vincent Stehle authored
      
      
      When the last 6 bytes `Node' field of a GUID has leading zeroes, they are
      erroneously converted to spaces by the Guid.__str__() method; fix this.
      
      This could cause havocs in e.g. `check-sr-results.py' when calling
      `guid-tool.py' with a GUID as argument, as the GUID becomes split into two
      arguments due to the spaces, ending up in a confusing error message.
      
      [Backport commit 651b0c66.]
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      772ab077
  12. May 22, 2024
  13. Apr 29, 2024
  14. Apr 23, 2024
  15. Apr 18, 2024
  16. Apr 03, 2024
  17. Mar 19, 2024
  18. Jan 30, 2024
  19. Jan 23, 2024
  20. Jan 22, 2024
    • Vincent Stehle's avatar
      Limit line cleanup iterations · d2503600
      Vincent Stehle authored
      
      
      Limit the number of iterations to cleanup a line in `logreader.py'. This
      greatly helps with some OS install logs, where the distro checks its
      install medium and emits a ton of progress updates for example.
      
      Add command line options to change this limit in `check-sr-results.py' and
      `format-sr-results.py'.
      
      [Backport commit 323e2ca6.]
      Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
      d2503600
  21. Jan 19, 2024
  22. Jan 18, 2024
Loading