Skip to content
  1. Aug 23, 2021
  2. Jul 24, 2021
  3. Jul 23, 2021
  4. Jun 25, 2021
  5. May 23, 2021
  6. 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
  7. Apr 22, 2021
  8. Mar 26, 2021
  9. Feb 26, 2021
  10. Feb 19, 2021
  11. Feb 07, 2021
  12. Jan 24, 2021
  13. Jan 23, 2021
  14. Jan 22, 2021
  15. Jan 21, 2021
  16. Jan 10, 2021
  17. Jan 08, 2021
  18. Jan 04, 2021
  19. 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
    • nimrod's avatar
      Templates. · 024c47e5
      nimrod authored
      - Use CI templates.
      - Use common pre-commit config from snippet.
      - Address pre-commit issues.
      024c47e5
  20. Dec 23, 2020
  21. Dec 11, 2020
    • nimrod's avatar
      Manual deployment. · 4b8220af
      nimrod authored
      Can't deploy with the runner, the jobs fail because the runner is
      restarted during. Do the pull and build with the CI, but the actual
      deployment with a script locally.
      4b8220af
    • nimrod's avatar
      Refactor .gitlab-ci.yml. · 9998c489
      nimrod authored
      Can't use the "host" variable as the tag. Workaround that with YAML
      anchors (ugly but works).
      9998c489
    • nimrod's avatar
      Fix issues from pre-commit. · 2f93d72f
      nimrod authored
      2f93d72f
    • nimrod's avatar
      Updates. · 7b34e716
      nimrod authored
      - New version.
      - pre-commit.
      - GitLab CI/CD.
      - Always pull new images.
      7b34e716
  22. Nov 22, 2020
  23. Nov 21, 2020
    • nimrod's avatar
      Run untagged jobs. · dfc42dda
      nimrod authored
      Set the runners to run untagged jobs (I only enabled tagging to run
      specific jobs in specific runners, the untagged jobs should still run
      wherever).
      dfc42dda