Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mkdir apache-tez-{x.y.z}-bin
tar -C apache-tez-{x.y.z}-bin -zxvf tez-{x.y.z}-minimal.tar.gz
mkdir tmp-tez-full
tar -C tmp-tez-full -zxvf tez-{x.y.z}.tar.gz
cp tmp-tez-full/LICENSE* apache-tez-0{x.7y.1z}-bin/
cp tmp-tez-full/NOTICE* apache-tez-0{x.7y.1z}-bin/
rm -rf tmp-tez-full
mkdir apache-tez-0{x.7y.1z}-bin/conf
# copy over tez templates into conf dir.
# ToBeFilled by 0.8.x release manager
mkdir apache-tez-0{x.7y.1z}-bin/share
cp tez-{x.y.z}.tar.gz apache-tez-0{x.7y.1z}-bin/share/
COPYFILE_DISABLE=1 tar --exclude=.git -zcvf apache-tez-{x.y.z}-bin.tar.gz apache-tez-{x.y.z}-bin
# Sign release and create checksums using commands similar to those called out earlier for the source tarball




...