Skip to content

Commit

Permalink
In stage-release.sh, also include offloaders package (apache#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Oct 19, 2018
1 parent 3d51af1 commit 9ae37b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ popd
cp $PULSAR_PATH/distribution/server/target/apache-pulsar-$VERSION-src.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/server/target/apache-pulsar-$VERSION-bin.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/io/target/apache-pulsar-io-connectors-$VERSION-bin.tar.gz $DEST_PATH
cp $PULSAR_PATH/distribution/offloaders/target/apache-pulsar-offloaders-$VERSION-bin.tar.gz $DEST_PATH

mkdir $DEST_PATH/RPMS
cp -r $PULSAR_PATH/pulsar-client-cpp/pkg/rpm/RPMS/x86_64/* $DEST_PATH/RPMS
Expand Down

0 comments on commit 9ae37b2

Please sign in to comment.