You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Merge branch 'master' of github.com:rocky/python-uncompyle6
This commit is contained in:
@@ -23,11 +23,11 @@ fi
|
|||||||
mydir=$(dirname $bs)
|
mydir=$(dirname $bs)
|
||||||
cd $mydir
|
cd $mydir
|
||||||
|
|
||||||
branch=$(cat ../../.git/HEAD | cut -d'/' -f 3)
|
branch=$(cat ../.git/HEAD | cut -d'/' -f 3)
|
||||||
if [[ $branch == 'python-2.4' ]]; then
|
if [[ $branch == 'python-2.4' ]]; then
|
||||||
. ../../admin-tools/pyenv-older-versions
|
. ../admin-tools/pyenv-older-versions
|
||||||
elif [[ $branch == 'master' ]]; then
|
elif [[ $branch == 'master' ]]; then
|
||||||
. ../../admin-tools/pyenv-newer-versions
|
. ../admin-tools/pyenv-newer-versions
|
||||||
else
|
else
|
||||||
echo &1>2 "Error git branch should either be 'master' or 'python-2.4'; got: '$branch'"
|
echo &1>2 "Error git branch should either be 'master' or 'python-2.4'; got: '$branch'"
|
||||||
exit 1
|
exit 1
|
||||||
@@ -51,7 +51,7 @@ for VERSION in $PYVERSIONS ; do
|
|||||||
LOGFILE=/tmp/${MAIN}-$VERSION-$$.log
|
LOGFILE=/tmp/${MAIN}-$VERSION-$$.log
|
||||||
|
|
||||||
case "$VERSION" in
|
case "$VERSION" in
|
||||||
3.7.6 | 3.8.1 | 3.1.5 | 3.0.1 )
|
3.7.7 | 3.8.2 | 3.1.5 | 3.0.1 )
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
3.5.9 )
|
3.5.9 )
|
||||||
|
Reference in New Issue
Block a user