Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.81 KB

File metadata and controls

51 lines (41 loc) · 1.81 KB

notes

later

current

2020-01-27 “make upload” fails in gocd CI.

  • install twine dependency failed?

    cryptography

    –install-headers var/lib/go-agent/pipelines/wells.venv/include/site/python3.5/cryptography” failed with error code 1 in tmp/pip-build-jmametaf/cryptography

    it requires gcc, which I don’t have on server.

  • try run twine using docker.

done

2019-04-10 build deb pkg for wells.

  • python-wells for python2.
  • distribute on apt.emacsos.com
  • test it on s01 VM.
  • dev
    • how to tell fpm to build for python3? –python-bin python3
    • how to use usr/lib/python2.7/dist-packages? default is usr/local/lib/python2.7/dist-packages

      python -c ‘from distutils.sysconfig import get_python_lib; print get_python_lib()’ –python-install-lib /usr/lib/python2.7/dist-packages –python-install-lib /usr/lib/python3/dist-packages

2017-08-30 choose a license and apply the license.

  • LGPL or Apache2 License
  • I want the code changes to the lib to be free. the software that uses the lib can be non-free.

2019-02-28 fix style warning on latest pylint/pep8.

wontfix