tools/release-packages: Remove the ability to push changes.

This commit removes the following:

* This script's dependency on gitpython, it is not maintained actively.
* The ability to push changes in this and the main zulip/ repo. Doing
  so automatically was turning out to be cumbersome and buggy and
  doing it manually doesn't take significantly longer anyway.
* The ability to automatically increment PROVISION_VERSION in
  zulip/version.py. Again, this was too buggy and it doesn't take
  much longer to just increment it by hand.

Removing the above features made the script a lot easier to maintain
and read.
This commit is contained in:
Eeshan Garg 2017-12-18 21:59:10 -03:30
parent 13985510b1
commit 3c23dd6c66
2 changed files with 2 additions and 129 deletions

View file

@ -1,6 +1,5 @@
crayons
twine
gitpython
coverage>=4.4.1
pycodestyle==2.3.1
-e ./zulip