File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ cp $PULSAR_PATH/distribution/offloaders/target/apache-pulsar-offloaders-$VERSION
3838
3939cp -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
4842cd $DEST_PATH
4943find . -type f | grep -v LICENSE | grep -v README | xargs $PULSAR_PATH /src/sign-release.sh
You can’t perform that action at this time.
0 commit comments