1. 07 Oct, 2017 1 commit
  2. 16 Sep, 2017 1 commit
  3. 13 Sep, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 06 Sep, 2017 1 commit
  6. 05 Sep, 2017 1 commit
  7. 04 Sep, 2017 5 commits
  8. 03 Sep, 2017 15 commits
  9. 12 Jul, 2017 1 commit
  10. 04 Jul, 2017 1 commit
  11. 03 Jul, 2017 1 commit
  12. 01 Jun, 2017 1 commit
  13. 31 May, 2017 1 commit
  14. 20 Apr, 2017 1 commit
  15. 06 Mar, 2017 1 commit
  16. 02 Mar, 2017 1 commit
  17. 22 Feb, 2017 1 commit
  18. 21 Feb, 2017 1 commit
  19. 20 Feb, 2017 1 commit
  20. 17 Feb, 2017 1 commit
    • Lars Gierth's avatar
      fsrepo: fix musl detection for migrations · 26770b7e
      Lars Gierth authored
      The ldd command used for detection doesn't seem to have a
      --version flag on Alpine Linux. It would print the expected
      output, but instead of stdout, it would print it on stderr.
      
      The musl detection code would only scan stdout for mentions
      of "musl", and would thus *not* download the musl version
      of the fs-repo-migrations executable.
      
      This manifested in the well-known "fs-repo-migrations: not found"
      error, which you get when executing something that was linked
      against a different libc than the one present on the system.
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      26770b7e
  21. 13 Feb, 2017 2 commits