Skip to content

Commit 4e8dafd

Browse files
committed
Administrivia
1 parent 26bdabb commit 4e8dafd

5 files changed

Lines changed: 4 additions & 13 deletions

File tree

admin-tools/setup-master.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

admin-tools/setup-python-3.0.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

admin-tools/setup-python-3.11.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2523
checkout_finish python-3.11

admin-tools/setup-python-3.3.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2623
cd $trepan3k_owd

admin-tools/setup-python-3.6.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2423
checkout_finish python-3.6-to-3.10

0 commit comments

Comments
 (0)