File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ bs=${BASH_SOURCE[0]}
44mydir=$( dirname $bs )
55fulldir=$( readlink -f $mydir )
66
7- function setup_version_trepan3k {
7+ function setup_version {
88 local repo=$1
99 version=$2
1010 echo Running setup $version on $repo ...
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ cd $mydir
1414. ./checkout_common.sh
1515fulldir=$( readlink -f $mydir )
1616(cd $fulldir /.. && \
17- setup_version_trepan3k python-uncompyle6 master && \
18- setup_version_trepan3k python-xdis master && \
19- setup_version_trepan3k python-filecache master && \
20- setup_version_trepan3k shell-term-background master && \
21- setup_version_trepan3k pytracer master && \
22- setup_version_trepan3k pycolumnize master \
17+ setup_version python-uncompyle6 master && \
18+ setup_version python-xdis master && \
19+ setup_version python-filecache master && \
20+ setup_version shell-term-background master && \
21+ setup_version pytracer master && \
22+ setup_version pycolumnize master \
2323)
2424
2525checkout_finish master
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ fulldir=$(readlink -f $mydir)
1818(cd $fulldir /.. && \
1919 setup_version_trepan3k python-uncompyle6 python-3.0 \
2020 setup_version trepan3k python-xdis python-3.0 && \
21- setup_version_trepan3k python-filecache python-3.1 && \
21+ setup_version_trepan3k python-filecache python-3.0 && \
2222 setup_version_trepan3k pycolumnize python-3.0 \
2323 )
2424
Original file line number Diff line number Diff line change 2222mydir=$( dirname $bs )
2323fulldir=$( readlink -f $mydir )
2424(cd $fulldir /.. && \
25- checkout_version python-spark python-3.3-to-3.5 && \
26- checkout_version python-xdis python-3.3-to-3.5 && \
27- checkout_version python-filecache python-3.3-to-3.5 && \
28- checkout_version shell-term-background python-3.3-to-3.5 && \
29- checkout_version_trepan3k pytracer python-3.3-to-3.5 && \
30- checkout_version pycolumnize python-3.3-to-3.5 && \
31- checkout_version python-uncompyle6 python-3.3-to-3.5 \
25+ setup_version python-uncompyle6 python-3.3 && \
26+ setup_version python-xdis python-3.3 && \
27+ setup_version python-filecache python-3.3 && \
28+ setup_version shell-term-background python-3.3 && \
29+ setup_version pytracer python-3.3 && \
30+ setup_version pycolumnize python-3.0 \
31+ setup_version python-xdis python-3.3 \
3232 )
3333
3434cd $trepan3k_owd
Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ mydir=$(dirname $bs)
1515cd $mydir
1616. ./checkout_common.sh
1717(cd $fulldir /.. && \
18- setup_version_trepan3k python-uncompyle6 master && \
19- setup_version_trepan3k python-filecache python-master && \
20- setup_version_trepan3k pycolumnize master && \
21- setup_version_trepan3k python-xdis python-3.6 \
22- setup_version_trepan3k pytracer python-3.6 \
18+ setup_version python-uncompyle6 python-3.6 && \
19+ setup_version python-filecache python-3.6 && \
20+ setup_version shell-term-background python-3.3 && \
21+ setup_version pytracer python-3.6 \
22+ setup_version pycolumnize master && \
23+ setup_version python-xdis python-3.6 \
2324 )
2425
2526checkout_finish python-3.6-to-3.10
You can’t perform that action at this time.
0 commit comments