Skip to content

Commit 50bb0de

Browse files
author
Ralph Castain
committed
Update the PMIx nightly scripts to generalize locations
1 parent 64a1518 commit 50bb0de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/build-server/pmix-nightly-coverity.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sub safe_system {
9393

9494
# Get the coverity tool, put it in our path.
9595

96-
my $cdir = "/home/common/mpiteam/coverity";
96+
my $cdir = "$ENV{HOME}/coverity";
9797
safe_system(0, "mkdir $cdir")
9898
if (! -d $cdir);
9999

contrib/build-server/pmix-nightly-tarball.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ fi
3636
build_root=$HOME/pmix/nightly-tarball-build-root
3737

3838
# Coverity stuff
39-
coverity_token=`cat /home/common/mpiteam/coverity/pmix-token.txt`
40-
coverity_configure_args="--with-libevent=/home/common/local"
39+
coverity_token=`cat $HOME/coverity/pmix-token.txt`
40+
coverity_configure_args="--with-libevent=$HOME_PREFIX"
4141

4242
export PATH=$HOME_PREFIX/bin:$PATH
4343
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)