Commit e2eeb8e4 authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc

parent e7bd21f7
Loading
Loading
Loading
Loading
+28 −1
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
#+Date: 2014-05-09
Time-stamp: <2021-08-27>
Time-stamp: <2021-12-06>
#+STARTUP: content
* notes								      :entry:
** 2018-05-02 support test, build and deploy in gocd
@@ -172,6 +172,33 @@ see example ~/.pylintrc
** 2014-05-09 add sphinx support

* done								      :entry:
** 2021-12-06 can't release new version
- make deploy fail.

  #+BEGIN_SRC sh
    sylecn@ryzen5:~/projects/python-project-template$ make deploy
    env https_proxy=127.0.0.1:8123 lein deploy clojars
    gpg: decryption failed: No secret key
    Could not decrypt credentials from /home/sylecn/.lein/credentials.clj.gpg
    gpg: decryption failed: No secret key
  
    See `lein help gpg` for how to install gpg.
    No credentials found for clojars
    See `lein help deploying` for how to configure credentials to avoid prompts.
  #+END_SRC
  
  sylecn@ryzen5:~/projects/python-project-template$ file /home/sylecn/.lein/credentials.clj.gpg
  /home/sylecn/.lein/credentials.clj.gpg: PGP RSA encrypted session key - keyid: AEE33BDD 64D4C390 RSA (Encrypt or Sign) 2048b .

- check the key used to encrypt ~/.lein/credentials.clj.gpg

  gpg -d /home/sylecn/.lein/credentials.clj.gpg

  gpg: encrypted with 2048-bit RSA key, ID AEE33BDD64D4C390, created 2011-12-25
      "Yuanle Song <sylecn@gmail.com>"

  is my private key moved to ubikey? yes. protected via OpenPGP PIN.

** 2021-08-05 update pip/venv cache to include python version.
- see ~/projects/yxy-kucun/Makefile
  BUILD_DOCKER_IMAGE_PY_VERSION