Skip to content

Commit c3282bc

Browse files
[fix][ci][branch-2.10] Fix the release tools (#19711)
## Modification 1. Upgrade python to python3 2. Remove the cpp-related command
1 parent 72b9552 commit c3282bc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/get-project-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

src/stage-release.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ cp $PULSAR_PATH/distribution/offloaders/target/apache-pulsar-offloaders-$VERSION
3838

3939
cp -r $PULSAR_PATH/distribution/io/target/apache-pulsar-io-connectors-$VERSION-bin $DEST_PATH/connectors
4040

41-
mkdir $DEST_PATH/RPMS
42-
cp -r $PULSAR_PATH/pulsar-client-cpp/pkg/rpm/RPMS/x86_64/* $DEST_PATH/RPMS
43-
44-
mkdir $DEST_PATH/DEB
45-
cp -r $PULSAR_PATH/pulsar-client-cpp/pkg/deb/BUILD/DEB/* $DEST_PATH/DEB
46-
4741
# Sign all files
4842
cd $DEST_PATH
4943
find . -type f | grep -v LICENSE | grep -v README | xargs $PULSAR_PATH/src/sign-release.sh

0 commit comments

Comments
 (0)