Skip to content

Commit

Permalink
Remove repo URL from Java build-info [skip ci] (#6491)
Browse files Browse the repository at this point in the history
* Remove repo url from build-info, as it contains offensive word

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Jason Lowe <[email protected]>
  • Loading branch information
NvTimLiu and jlowe authored Oct 12, 2020
1 parent 793baa0 commit 421fddb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
- PR #6445 Add `dlpack` to run section of libcudf conda recipe to fix downstream build issues
- PR #6450 Make java Column Builder row agnostic
- PR #6309 Make all CI `.sh` scripts have a consistent set of permissions
- PR #6491 Remove repo URL from Java build-info
- PR #6462 Bug fixes for ColumnBuilder


Expand Down
1 change: 0 additions & 1 deletion java/buildscripts/build-info
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ echo_build_properties() {
echo revision=$(git rev-parse HEAD)
echo branch=$(git rev-parse --abbrev-ref HEAD)
echo date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
echo url=$(git config --get remote.origin.url)
}

echo_build_properties $1

0 comments on commit 421fddb

Please sign in to comment.