Skip to content

Commit 7018558

Browse files
committed
Administrivia
1 parent e6c4bb5 commit 7018558

5 files changed

Lines changed: 21 additions & 20 deletions

File tree

admin-tools/checkout_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bs=${BASH_SOURCE[0]}
44
mydir=$(dirname $bs)
55
fulldir=$(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 ...

admin-tools/setup-master.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ cd $mydir
1414
. ./checkout_common.sh
1515
fulldir=$(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

2525
checkout_finish master

admin-tools/setup-python-3.0.sh

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

admin-tools/setup-python-3.3.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ fi
2222
mydir=$(dirname $bs)
2323
fulldir=$(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

3434
cd $trepan3k_owd

admin-tools/setup-python-3.6.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ mydir=$(dirname $bs)
1515
cd $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

2526
checkout_finish python-3.6-to-3.10

0 commit comments

Comments
 (0)