FFFF Removed mentions to incubator-pulsar (#2620) · apache/pulsar-client-python@277563e · GitHub
[go: up one dir, main page]

Skip to content

Commit 277563e

Browse files
authored
Removed mentions to incubator-pulsar (#2620)
* Removed mentions to incubator-pulsar * Removed DISCLAIMER link from offloaders package * Trigger build
1 parent 5be9d6d commit 277563e

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

pkg/osx/build.sh.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ fi
4646

4747
brew link --force protobuf260
4848

49-
rm -rf incubator-pulsar
50-
git clone --depth 1 --branch $GITTAG https://github.com/apache/incubator-pulsar.git
51-
cd incubator-pulsar/pulsar-client-cpp
49+
rm -rf pulsar
50+
git clone --depth 1 --branch $GITTAG https://github.com/apache/pulsar.git
51+
cd pulsar/pulsar-client-cpp
5252
cmake . -DBUILD_TESTS=OFF -DLINK_STATIC=ON
5353
make _pulsar -j8
5454
cd python

pkg/osx/osx-10.11-python2.7/generate-wheel-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rm -rf *.whl
2828
sed s/#TAG#/$gitTag/g build.sh.template > build.sh.template2
2929
sed s/#PYTHONVER#/$pythonVer/g build.sh.template2 > build.sh
3030
vagrant up --provision
31-
vagrant scp :/Users/vagrant/incubator-pulsar/pulsar-client-cpp/python/dist/*.whl .
31+
vagrant scp :/Users/vagrant/pulsar/pulsar-client-cpp/python/dist/*.whl .
3232
vagrant halt -f

pkg/osx/osx-10.11-python3.6/generate-wheel-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rm -rf *.whl
2828
sed s/#TAG#/$gitTag/g build.sh.template > build.sh.template2
2929
sed s/#PYTHONVER#/$pythonVer/g build.sh.template2 > build.sh
3030
vagrant up --provision
31-
vagrant scp :/Users/vagrant/incubator-pulsar/pulsar-client-cpp/python/dist/*.whl .
31+
vagrant scp :/Users/vagrant/pulsar/pulsar-client-cpp/python/dist/*.whl .
3232
vagrant halt -f

pkg/osx/osx-10.12-python2.7/generate-wheel-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rm -rf *.whl
2828
sed s/#TAG#/$gitTag/g build.sh.template > build.sh.template2
2929
sed s/#PYTHONVER#/$pythonVer/g build.sh.template2 > build.sh
3030
vagrant up --provision
31-
vagrant scp :/Users/vagrant/incubator-pulsar/pulsar-client-cpp/python/dist/*.whl .
31+
vagrant scp :/Users/vagrant/pulsar/pulsar-client-cpp/python/dist/*.whl .
3232
vagrant halt -f

pkg/osx/osx-10.12-python3.6/generate-wheel-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rm -rf *.whl
2828
sed s/#TAG#/$gitTag/g build.sh.template > build.sh.template2
2929
sed s/#PYTHONVER#/$pythonVer/g build.sh.template2 > build.sh
3030
vagrant up --provision
31-
vagrant scp :/Users/vagrant/incubator-pulsar/pulsar-client-cpp/python/dist/*.whl .
31+
vagrant scp :/Users/vagrant/pulsar/pulsar-client-cpp/python/dist/*.whl .
3232
vagrant halt -f

pkg/osx/osx-10.13-python2.7/generate-wheel-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rm -rf *.whl
2828
sed s/#TAG#/$gitTag/g build.sh.template > build.sh.template2
2929
sed s/#PYTHONVER#/$pythonVer/g build.sh.template2 > build.sh
3030
vagrant up --provision
31-
vagrant scp :/Users/vagrant/incubator-pulsar/pulsar-client-cpp/python/dist/*.whl .
31+
vagrant scp :/Users/vagrant/pulsar/pulsar-client-cpp/python/dist/*.whl .
3232
vagrant halt -f

pkg/osx/osx-10.13-python3.6/generate-wheel-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ rm -rf *.whl
2828
sed s/#TAG#/$gitTag/g build.sh.template > build.sh.template2
2929
sed s/#PYTHONVER#/$pythonVer/g build.sh.template2 > build.sh
3030
vagrant up --provision
31-
vagrant scp :/Users/vagrant/incubator-pulsar/pulsar-client-cpp/python/dist/*.whl .
31+
vagrant scp :/Users/vagrant/pulsar/pulsar-client-cpp/python/dist/*.whl .
3232
vagrant halt -f

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def build_extension(self, ext):
6565
ext_modules=[Extension('_pulsar', [])],
6666

6767
author="Pulsar Devs",
68-
author_email="dev@pulsar.incubator.apache.org",
68+
author_email="dev@pulsar.apache.org",
6969
description="Apache Pulsar Python client library",
7070
license="Apache License v2.0",
71-
url="http://pulsar.incubator.apache.org/",
71+
url="http://pulsar.apache.org/",
7272
install_requires=[
7373
'grpcio', 'protobuf'
7474
],

0 commit comments

Comments
 (0)
0