Skip to content
Snippets Groups Projects
  1. Feb 18, 2025
  2. Nov 19, 2024
  3. Nov 18, 2024
  4. Nov 07, 2024
  5. Aug 16, 2024
  6. Aug 15, 2024
  7. May 28, 2024
  8. May 03, 2024
  9. Apr 17, 2024
  10. Apr 09, 2024
  11. Apr 08, 2024
  12. Apr 03, 2024
  13. Mar 28, 2024
  14. Feb 19, 2024
  15. Nov 28, 2023
  16. Nov 21, 2023
  17. Nov 17, 2023
  18. Sep 04, 2023
  19. Jun 30, 2023
  20. Feb 27, 2023
  21. Dec 05, 2022
  22. Nov 30, 2022
  23. Aug 15, 2022
  24. Dec 21, 2021
    • Ryan Gonzalez's avatar
      Various fixes from the rust-coreutils/busybox switch · 4f781c83
      Ryan Gonzalez authored and Walter Lozano's avatar Walter Lozano committed
      - sed's `--unbuffered` argument does not exist. Simply dropping it isn't
        entirely ideal, but there doesn't seem to be any obvious alternative,
        and I doubt it'll result in any significant regressions.
      - For reasons unknown to me, `tempfile` seems to now be failing due to
        the test name containing a slash. I'm not sure if this is an area
        where some differing behavior in ash vs bash resulted in passing a
        value with a slash, but the easiest workaround is just to replace them
        with underscores.
        - On that note, I also migrated to mktemp, since tempfile has been
          deprecated for a long time and was recently removed, plus making the
          switch was incredibly simple.
      
      https://phabricator.apertis.org/T8423
      
      
      
      Signed-off-by: default avatarRyan Gonzalez <ryan.gonzalez@collabora.com>
      4f781c83
  25. Dec 15, 2021
  26. Nov 15, 2021
  27. Sep 20, 2021
  28. Jun 19, 2021
  29. May 26, 2021
  30. Feb 28, 2021
  31. Jan 13, 2021
  32. Jun 24, 2020
  33. Jul 25, 2019
  34. Jul 24, 2019
Loading