Skip to content

Commit e01b608

Browse files
author
rocky
committed
Administrivia
1 parent ea74589 commit e01b608

File tree

4 files changed

+4
-63
lines changed

4 files changed

+4
-63
lines changed

admin-tools/check-newest-versions.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ if ! source ./pyenv-newest-versions ; then
1414
exit $?
1515
fi
1616

17-
. ./setup-master.sh
17+
if ! source ./setup-master.sh ; then
18+
exit $?
19+
fi
1820

1921
cd ..
2022
for version in $PYVERSIONS; do

admin-tools/check-versions.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

admin-tools/checkout_common.sh

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

admin-tools/make-dist.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)