python-uncompyle6/admin-tools
2017-12-02 17:08:12 -05:00
..
check-newer-versions.sh Adminstrivia 2017-10-11 21:51:01 -04:00
check-older-versions.sh Administrivia 2017-12-02 17:08:12 -05:00
how-to-make-a-release.md Administrivia 2017-12-02 17:08:12 -05:00
make-dist-newer.sh Administrivia - generalize shell code 2017-10-12 20:36:24 -04:00
make-dist-older.sh Administrivia - generalize shell code 2017-10-12 20:36:24 -04:00
pyenv-all-versions ops coverage on 3.{0,1} 2017-11-30 12:38:08 -05:00
pyenv-newer-versions Fix bug in 2.6 tryelse get test_grammar working... 2017-12-02 01:35:43 -05:00
pyenv-older-versions Administrivia and more coverage 2017-11-29 10:12:09 -05:00
pyenv-oldest-versions Administrivia and more coverage 2017-11-29 10:12:09 -05:00
README.md Some admin tools I use. 2017-10-11 21:15:06 -04:00
setup-master.sh Administrivia: add "git pull"s 2017-11-22 06:29:35 -05:00
setup-python-2.4.sh Administrivia: add "git pull"s 2017-11-22 06:29:35 -05:00

Making a release is a somewhat tedious process so I've automated it a little

Here are tools that I, rocky, use to check and build a distribution.

They are customized to my environment:

  • I use pyenv to various Python versions installed
  • I have git repos for xdis, and spark parser at the same level as uncompyle6

There may be other rocky-specific things that need customization. how-to-make-a-release.txt has overall how I make a release