You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/10/17 19:24:10 UTC

[pulsar] branch merlimat-patch-1 created (now 9d41376)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch merlimat-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 9d41376  In stage-release.sh, also include offloaders package

This branch includes the following new commits:

     new 9d41376  In stage-release.sh, also include offloaders package

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar] 01/01: In stage-release.sh, also include offloaders package

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch merlimat-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 9d41376042ea3f573e1ac24fa36258f91bb6e545
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Wed Oct 17 12:24:01 2018 -0700

    In stage-release.sh, also include offloaders package
---
 src/stage-release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/stage-release.sh b/src/stage-release.sh
index 57182fd..1a512d9 100755
--- a/src/stage-release.sh
+++ b/src/stage-release.sh
@@ -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