Skip to content
Snippets Groups Projects
  1. Aug 21, 2023
  2. Aug 20, 2023
    • Christian Heusel's avatar
      dbscripts: fix createlinks for filenames that contain spaces · 2ad7fefa
      Christian Heusel authored
      So far the for loop recognized filenames with spaces as different words:
      
      $ for f in $(find pkg -type f); do echo "$f"; done
      pkg/usr/bin/Surge
      XT
      Effects
      pkg/usr/bin/Surge
      XT
      
      While the correct output here would have been:
      pkg/usr/bin/Surge XT Effects
      pkg/usr/bin/Surge XT
      
      We fix this by just passing everything directly to readelf, which also
      removes the loop overhead. This results in a significant speedup for
      packages with a lot of libraries and binaries.
      
      fixes: #524
      
      
      Co-Authored-By: default avatarEvangelos Foutras <evangelos@foutras.com>
      Verified
      2ad7fefa
  3. Aug 19, 2023
  4. Aug 18, 2023
  5. Aug 13, 2023
  6. Aug 12, 2023
  7. Aug 11, 2023
  8. Aug 04, 2023
  9. Aug 02, 2023
  10. Jul 31, 2023
  11. Jul 27, 2023
    • Jan Alexander Steffens (heftig)'s avatar
      archbuild: Add systemd conf for devtools resource control · 0b3e2534
      Jan Alexander Steffens (heftig) authored
      Leveraging devtools 1.0.4, install systemd snippets which
        - distribute CPU and IO equally between users,
        - distribute CPU and IO equally between build containers of a user,
        - prefer distributing CPU and IO to things that are not build
          containers, and
        - copy our user oomd config for users to apply to build containers.
      0b3e2534
  12. Jul 23, 2023
  13. Jul 21, 2023
  14. Jul 20, 2023
  15. Jul 17, 2023
  16. Jul 15, 2023
  17. Jul 12, 2023
  18. Jul 10, 2023
  19. Jul 09, 2023
  20. Jul 08, 2023
  21. Jul 06, 2023
  22. Jun 29, 2023
Loading