File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ mydir=$(dirname $bs)
1212trepan3k_owd=$( pwd)
1313cd $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-
2423checkout_finish master
You can’t perform that action at this time.
0 commit comments