Skip to content

Commit e432883

Browse files
committed
Administrivia
1 parent e08c2af commit e432883

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

admin-tools/checkout_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function setup_version {
77
local repo=$1
88
version=$2
99
echo Running setup $version on $repo ...
10-
(cd ../$repo && . ./admin-tools/setup-${version}.sh)
10+
(cd ./$repo && . ./admin-tools/setup-${version}.sh)
1111
return $?
1212
}
1313

admin-tools/setup-master.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ mydir=$(dirname $bs)
1212
trepan3k_owd=$(pwd)
1313
cd $mydir
1414
. ./checkout_common.sh
15-
(cd $mydir/.. && \
15+
(cd $mydir/../../../rocky && \
1616
setup_version python-uncompyle6 master && \
1717
setup_version python-xdis master && \
1818
setup_version python-filecache master && \
1919
setup_version shell-term-background master && \
2020
setup_version pytracer master && \
2121
setup_version pycolumnize master \
2222
)
23-
2423
checkout_finish master

0 commit comments

Comments
 (0)