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

technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 1eb6be379fa Remove C++/Python dir
1eb6be379fa is described below

commit 1eb6be379fac404c11750454df650f8fb178a652
Author: Jiwe Guo <[email protected]>
AuthorDate: Sat Nov 19 13:50:54 2022 +0800

    Remove C++/Python dir
---
 src/stage-release.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/stage-release.sh b/src/stage-release.sh
index 1f90f410f10..0057ac6a7fd 100755
--- a/src/stage-release.sh
+++ b/src/stage-release.sh
@@ -38,12 +38,6 @@ cp 
$PULSAR_PATH/distribution/offloaders/target/apache-pulsar-offloaders-$VERSION
 
 cp -r 
$PULSAR_PATH/distribution/io/target/apache-pulsar-io-connectors-$VERSION-bin 
$DEST_PATH/connectors
 
-mkdir $DEST_PATH/RPMS
-cp -r $PULSAR_PATH/pulsar-client-cpp/pkg/rpm/RPMS/x86_64/* $DEST_PATH/RPMS
-
-mkdir $DEST_PATH/DEB
-cp -r $PULSAR_PATH/pulsar-client-cpp/pkg/deb/BUILD/DEB/* $DEST_PATH/DEB
-
 # Sign all files
 cd $DEST_PATH
 find . -type f | grep -v LICENSE | grep -v README | xargs 
$PULSAR_PATH/src/sign-release.sh

Reply via email to