Skip to content

Commit c9f1d3b

Browse files
committed
Fix repo creation and removal
1 parent b615a1c commit c9f1d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

outputs/packaging.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mpileaks_package_py="$HOME/repos/spack_repo/tutorial/packages/tutorial-mpileaks/
1010

1111
export SPACK_COLOR=never
1212

13-
example packaging/repo-add "spack repo add \$HOME/repos/spack_repo/tutorial/"
13+
example packaging/repo-add "spack repo create $HOME/repos/spack_repo/tutorial/ tutorial"
1414

1515
# make the editor automatically exit
1616
export EDITOR=true
@@ -49,4 +49,4 @@ example packaging/install-mpileaks-6 "spack install --test=root tutorial-mpilea
4949

5050
example packaging/cleanup "spack uninstall -ay tutorial-mpileaks"
5151
example packaging/cleanup "spack repo remove tutorial"
52-
example packaging/cleanup "rm -rf \$HOME/repos/spack_repo/tutorial/packages/tutorial-mpileaks"
52+
example packaging/cleanup "rm -rf $HOME/repos/spack_repo/tutorial"

0 commit comments

Comments
 (0)