1. 03 Sep, 2017 5 commits
  2. 12 Jul, 2017 1 commit
  3. 04 Jul, 2017 1 commit
  4. 03 Jul, 2017 1 commit
  5. 01 Jun, 2017 1 commit
  6. 31 May, 2017 1 commit
  7. 20 Apr, 2017 1 commit
  8. 06 Mar, 2017 1 commit
  9. 02 Mar, 2017 1 commit
  10. 22 Feb, 2017 1 commit
  11. 21 Feb, 2017 1 commit
  12. 20 Feb, 2017 1 commit
  13. 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
  14. 13 Feb, 2017 4 commits
  15. 12 Feb, 2017 1 commit
  16. 08 Feb, 2017 1 commit
    • Lars Gierth's avatar
      migrations: make libc check more resilient · 150fe9de
      Lars Gierth authored
      Fixes #3661.
      
      There are a couple of cases in which ldd won't operate on an executable,
      for example when the executable is statically linked.
      
      This patch makes the call to ldd to ldd more resilient against errors,
      and looks for the system libc, instead of the libc go-ipfs was linked against.
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      150fe9de
  17. 27 Jan, 2017 1 commit
  18. 26 Jan, 2017 1 commit
  19. 25 Jan, 2017 1 commit
  20. 19 Jan, 2017 1 commit
  21. 14 Dec, 2016 1 commit
  22. 13 Dec, 2016 1 commit
  23. 06 Dec, 2016 1 commit
  24. 29 Nov, 2016 1 commit
  25. 21 Nov, 2016 1 commit
  26. 28 Oct, 2016 1 commit
  27. 06 Oct, 2016 1 commit
  28. 09 Sep, 2016 1 commit
  29. 04 Sep, 2016 2 commits
  30. 31 Aug, 2016 1 commit
  31. 26 Aug, 2016 1 commit
  32. 01 Aug, 2016 1 commit