Skip to content

Commit db181d1

Browse files
committed
ARROW-1244: Exclude C++ Plasma source tree when creating source release
We must undergo an IP clearance process with Apache Incubator before this code can be included in an Apache Arrow release. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes apache#874 from wesm/ARROW-1244 and squashes the following commits: 4a1b28b [Wes McKinney] Remove Plasma source tree when creating source release until after IP clearance
1 parent 5aa0809 commit db181d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dev/release/02-source.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ rm -rf ${tag}
8888
git archive $release_hash --prefix ${tag}/ | tar xf -
8989
rm -rf ${tag}/c_glib
9090
mv tmp-c_glib ${tag}/c_glib
91+
92+
# ARROW-1244 Remove cpp/src/plasma from source release until after IP clearance
93+
# is resolved
94+
rm -rf ${tag}/cpp/src/plasma
95+
96+
# Create new tarball from modified source directory
9197
tar czf ${tarball} ${tag}
9298
rm -rf ${tag}
9399

0 commit comments

Comments
 (0)