File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # /bin/bash
2+ owd=$( pwd)
3+ cd $( dirname ${BASH_SOURCE[0]} )
4+ if . ./setup-python-3.0.sh; then
5+ git merge python-3.3-to-3.5
6+ fi
7+ cd $owd
Original file line number Diff line number Diff line change 11# /bin/bash
2+ owd=$( pwd)
23cd $( dirname ${BASH_SOURCE[0]} )
34if . ./setup-python-3.2.sh; then
45 git merge python-3.6-to-3.10
56fi
7+ cd $owd
Original file line number Diff line number Diff line change 1+ # /bin/bash
2+ owd=$( pwd)
3+ cd $( dirname ${BASH_SOURCE[0]} )
4+ if . ./setup-python-3.3.sh; then
5+ git merge python-3.6-to-3.10
6+ fi
7+ cd $owd
Original file line number Diff line number Diff line change 11# /bin/bash
2+ owd=$( pwd)
23cd $( dirname ${BASH_SOURCE[0]} )
34if . ./setup-python-3.6.sh; then
45 git merge master
56fi
7+ cd $owd
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ function checkout_version {
1111 return $?
1212}
1313
14- # FIXME put some of the below in a common routine
15- function finish {
16- cd $owd
17- }
18-
1914export PATH=$HOME /.pyenv/bin/pyenv:$PATH
2015owd=$( pwd)
2116bs=${BASH_SOURCE[0]}
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ function checkout_version {
1111 return $?
1212}
1313
14- # FIXME put some of the below in a common routine
15- function finish {
16- cd $owd
17- }
18-
1914export PATH=$HOME /.pyenv/bin/pyenv:$PATH
2015owd=$( pwd)
2116bs=${BASH_SOURCE[0]}
@@ -37,3 +32,4 @@ cd $owd
3732rm -v * /.python-version || true
3833
3934git checkout python-3.2-to-3.5 && pyenv local $PYTHON_VERSION && git pull
35+ cd $owd
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ function checkout_version {
1111 return $?
1212}
1313
14- # FIXME put some of the below in a common routine
15- function finish {
16- cd $owd
17- }
18-
1914export PATH=$HOME /.pyenv/bin/pyenv:$PATH
2015owd=$( pwd)
2116bs=${BASH_SOURCE[0]}
@@ -37,3 +32,4 @@ cd $owd
3732rm -v * /.python-version || true
3833
3934git checkout python-3.6-to-3.10 && pyenv local $PYTHON_VERSION && git pull
35+ cd $owd
You can’t perform that action at this time.
0 commit comments