Skip to content

Commit

Permalink
Changing HPX git checkout to get 0.9.11 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Nov 12, 2015
1 parent 4da5292 commit f799acc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions misc/hpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ function prepare_hpx()

cd $BASE_PATH/source/hpx
git stash &> /dev/null
#git checkout release
#git pull --rebase &> /dev/null
git checkout release
git pull --rebase &> /dev/null
git stash pop &> /dev/null
git fetch
git fetch --tags
git pull
git checkout -q 0.9.11
#git stash pop &> /dev/null
cd $BASE_PATH
}

Expand Down

0 comments on commit f799acc

Please sign in to comment.