1. 23 Feb, 2018 3 commits
  2. 22 Feb, 2018 5 commits
  3. 21 Feb, 2018 1 commit
  4. 16 Feb, 2018 1 commit
  5. 15 Feb, 2018 1 commit
  6. 14 Feb, 2018 1 commit
  7. 13 Feb, 2018 12 commits
  8. 12 Feb, 2018 6 commits
  9. 09 Feb, 2018 2 commits
  10. 08 Feb, 2018 3 commits
  11. 06 Feb, 2018 3 commits
  12. 05 Feb, 2018 2 commits
    • Kirill Smelkov's avatar
      neotest: Recent util-linux is also needed · 5685a461
      Kirill Smelkov authored
      Similarly to coreutils we need recent util-linux because if e.g. a testnode has
      old version of it its lsblk does not work to what neotest expects, e.g.:
      
      	lsblk: unknown column: REV,SIZE
      5685a461
    • Kirill Smelkov's avatar
      neotest: Recent coreutils are needed to run · c5d0d9fc
      Kirill Smelkov authored
      For example we need realpath and if base os provides only older coreutils there
      is no such utility and neotest fails:
      
      /srv/slapgrid/slappart8/srv/testnode/bct/soft/55158b6a5b027aa40954c3f974d5b3e9/go.work/src/lab.nexedi.com/kirr/neo/go/neo/t/neotest: line 589: realpath: command not found
      
      Fix it by building & hooking into $PATH coreutils by ourselves.
      c5d0d9fc