Skip to content

Commit

Permalink
ENH Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt committed Jan 29, 2019
1 parent 4e3cf9f commit bd8e9fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,12 @@ function sed_runner() {
sed -i.bak ''"$1"'' $2 && rm -f ${2}.bak
}

# README updates
sed_runner 's/'cudf="${CURRENT_TAG}"'/'cudf="${NEXT_FULL_TAG}"'/g' README.md

# cpp update
sed_runner 's/'"CUDA_DATAFRAME VERSION ${CURRENT_TAG}"'/'"CUDA_DATAFRAME VERSION ${NEXT_FULL_TAG}"'/g' cpp/CMakeLists.txt

# libgdf/librmm
sed_runner 's/version=.*/version=\"'"${NEXT_FULL_TAG}"'\",/g' cpp/python/setup.py

# Conda environment updates
sed_runner 's/libcudf=.*/libcudf='"${NEXT_FULL_TAG}.*"'/g' conda/environments/builddocs_py35.yml
sed_runner 's/libcudf_cffi=.*/libcudf_cffi='"${NEXT_FULL_TAG}.*"'/g' conda/environments/builddocs_py35.yml

# Conda recipe updates
sed_runner 's/libcudf .*/libcudf '"${NEXT_FULL_TAG}.*"'/g' conda/recipes/cudf/meta.yaml
sed_runner 's/libcudf_cffi .*/libcudf_cffi '"${NEXT_FULL_TAG}.*"'/g' conda/recipes/cudf/meta.yaml
Expand Down

0 comments on commit bd8e9fa

Please sign in to comment.