Skip to content
  1. Feb 06, 2021
  2. Sep 04, 2020
    • Yuanle Song's avatar
      v1.13.1 fix "make wheel" in Makefile; · 31e0c516
      Yuanle Song authored
      make wheel should use && to connect commands so that "ready" file is not
      created when some command failed.
      
      - use PYPI_MIRROR in make wheel and make dist.
      31e0c516
  3. Mar 18, 2020
  4. Jan 29, 2020
  5. Jan 28, 2020
  6. Jan 26, 2020
  7. Jan 12, 2020
  8. Jan 02, 2020
  9. Dec 30, 2019
    • Yuanle Song's avatar
      v1.8.0 allow set some k8s config via env variable; · 6ca40380
      Yuanle Song authored
      - allow set DOCKER_IMAGE_PREFIX and KUBECTL_CA_PATH via env variable
      - bugfix: properly escape DOCKER_PASSWORD when running docker login
      - bugfix: properly config cache for pip when running "make ci-build"
        it needs a dir at /.cache that the current user can write into, inside
        the "docker run" docker container.
      6ca40380
  10. Nov 03, 2019
  11. Oct 29, 2019
  12. Oct 28, 2019
  13. Oct 23, 2019
    • Yuanle Song's avatar
      v1.6.3 put config files in their target dir in deb · a8a515df
      Yuanle Song authored
      - no longer use install command to copy them at install time.
      - this allow better handling of systemd service file.
        also allow user to run apt remove and purge.
      
      user should update ./utils/build-deb and deb-scripts if systemd service
      file is used.
      
      also dropped support for upstart. upstart is irrelevant now.
      a8a515df
  14. Mar 21, 2019
  15. Mar 18, 2019
  16. Mar 07, 2019
  17. Mar 04, 2019
  18. Mar 02, 2019
  19. Mar 01, 2019
  20. Feb 28, 2019
  21. Feb 27, 2019
  22. Feb 23, 2019
    • Yuanle Song's avatar
      v1.4.1 make "make bootstrap" runs totally offline. · 2b4ac618
      Yuanle Song authored
      when install from deb that contains wheelhouse, do not touch network, do not
      read user's pip configuration, which may include extra find-links option,
      which in turn result in network requests.
      
      After adding --isolated option, "make bootstrap" runs totally offline.
      2b4ac618