Skip to content
  1. Feb 23, 2022
  2. Jan 31, 2022
  3. Dec 22, 2021
  4. Dec 13, 2021
  5. Nov 23, 2021
  6. Oct 23, 2021
  7. Aug 23, 2021
  8. Jul 24, 2021
  9. Jul 23, 2021
  10. Jun 25, 2021
  11. May 23, 2021
  12. Apr 23, 2021
    • nimrod's avatar
      Remove Python tracebacks. · b574a6f8
      nimrod authored
      Using Docker Compose over SSH causes errors, but it's handled. The
      tracebacks just make it harder to follow what's happening.
      b574a6f8
  13. Apr 22, 2021
  14. Mar 26, 2021
  15. Feb 26, 2021
  16. Feb 19, 2021
  17. Feb 07, 2021
  18. Jan 24, 2021
  19. Jan 23, 2021
  20. Jan 22, 2021
  21. Jan 21, 2021
  22. Jan 10, 2021
  23. Jan 08, 2021
  24. Jan 04, 2021
  25. Dec 28, 2020
    • nimrod's avatar
      Bind mount /builds. · 5f46fedb
      nimrod authored
      The issue I'm trying to address here is that because of the Docker
      volume, /builds/foo is really /var/lib/docker/volumes/123/_data/foo.
      This causes some interesting issues with addressing files with Docker
      from inside a Docker container. Do it just on ns4 (for now, if it works
      and needed I may do it on host01 too). Also, deploy to the kodi host
      last because it has issues right now.
      5f46fedb