You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Merge branch 'master' into python-2.4
This commit is contained in:
@@ -59,10 +59,10 @@
|
|||||||
|
|
||||||
# Make packages and tag
|
# Make packages and tag
|
||||||
|
|
||||||
$ make-dist-older.sh
|
$ admin-tools/make-dist-older.sh
|
||||||
$ git tag release-python-2.4-$VERSION
|
$ git tag release-python-2.4-$VERSION
|
||||||
|
|
||||||
$ make-dist-newer.sh
|
$ admin-tools/make-dist-newer.sh
|
||||||
$ git tag release-$VERSION
|
$ git tag release-$VERSION
|
||||||
|
|
||||||
# Upload single package and look at Rst Formating
|
# Upload single package and look at Rst Formating
|
||||||
@@ -76,3 +76,13 @@
|
|||||||
# Push tags:
|
# Push tags:
|
||||||
|
|
||||||
$ git push --tags
|
$ git push --tags
|
||||||
|
|
||||||
|
# Check on a VM
|
||||||
|
|
||||||
|
$ cd /virtual/vagrant/virtual/vagrant/ubuntu-zesty
|
||||||
|
$ vagrant up
|
||||||
|
$ vagrant ssh
|
||||||
|
$ pyenv local 3.5.2
|
||||||
|
$ pip install --upgrade uncompyle6
|
||||||
|
$ exit
|
||||||
|
$ vagrant halt
|
||||||
|
Reference in New Issue
Block a user