File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ cd $mydir
1414. ./checkout_common.sh
1515(cd $mydir /../../../rocky && \
1616 setup_version python-uncompyle6 master && \
17- setup_version python-xdis master && \
1817 setup_version python-filecache master && \
19- setup_version shell-term-background master && \
2018 setup_version pytracer master && \
2119 setup_version pycolumnize master \
2220)
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ cd $mydir
1717(cd $mydir /../../../rocky && \
1818 setup_version python-uncompyle6 python-3.0 \
1919 setup_version python-filecache python-3.0 && \
20- setup_version shell-term-background python-3.0 && \
2120 setup_version pytracer python-3.0 \
2221 setup_version pycolumnize python-3.0 && \
2322 setup_version python-xdis python-3.0 \
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ cd $mydir
1616(cd $mydir /../../rocky && \
1717 setup_version python-uncompyle6 master && \
1818 setup_version python-filecache master && \
19- setup_version shell-term-background master && \
20- setup_version pytracer master \
21- setup_version pycolumnize master && \
22- setup_version python-xdis master \
19+ setup_version pytracer master && \
20+ setup_version pycolumnize master
2321 )
2422
2523checkout_finish python-3.11
Original file line number Diff line number Diff line change @@ -15,12 +15,9 @@ cd $mydir
1515. ./checkout_common.sh
1616(cd $mydir /../../../rocky && \
1717 setup_version python-uncompyle6 python-3.3 && \
18- setup_version python-xdis python-3.3 && \
1918 setup_version python-filecache python-3.3 && \
20- setup_version shell-term-background python-3.3 && \
2119 setup_version pytracer python-3.3 && \
2220 setup_version pycolumnize python-3.3 \
23- setup_version python-xdis python-3.3 \
2421 )
2522
2623cd $trepan3k_owd
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ mydir=$(dirname $bs)
1616 setup_version python-uncompyle6 python-3.6 && \
1717 setup_version python-filecache python-3.6 && \
1818 setup_version shell-term-background python-3.6 && \
19- setup_version pytracer python-3.6 \
20- setup_version pycolumnize python-3.6 && \
21- setup_version python-xdis python-3.6 \
19+ setup_version pytracer python-3.6 && \
20+ setup_version pycolumnize python-3.6
2221 )
2322
2423checkout_finish python-3.6-to-3.10
You can’t perform that action at this time.
0 commit comments