Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev/create-release/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ if [[ "$1" == "package" ]]; then
mkdir -p "svn-spark/${DEST_DIR_NAME}-bin"

echo "Copying release tarballs"
cp spark-* "svn-spark/${DEST_DIR_NAME}-bin/"
cp pyspark-* "svn-spark/${DEST_DIR_NAME}-bin/"
cp SparkR_* "svn-spark/${DEST_DIR_NAME}-bin/"
cp spark* "svn-spark/${DEST_DIR_NAME}-bin/"
cp pyspark* "svn-spark/${DEST_DIR_NAME}-bin/"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: only pyspark tarballs have the issue, but I applied the fix to all of them so that it's more reliable.

cp SparkR* "svn-spark/${DEST_DIR_NAME}-bin/"
svn add "svn-spark/${DEST_DIR_NAME}-bin"

cd svn-spark
Expand Down