You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by nk...@apache.org on 2018/10/18 12:07:48 UTC

[pulsar.wiki] branch master updated: remove -incubator and fix RPM to DEB

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

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 5163ed7  remove -incubator and fix RPM to DEB
5163ed7 is described below

commit 5163ed77d62745904623a82191fafb7a926c7574
Author: nkurihar <nk...@gmail.com>
AuthorDate: Thu Oct 18 21:07:47 2018 +0900

    remove -incubator and fix RPM to DEB
---
 Release-Candidate-Validation.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 81fd9e2..46f9cea 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -565,13 +565,13 @@ a) install go
 b) get pulsar go client
 
 ```shell
-# go get -u github.com/apache/incubator-pulsar/pulsar-client-go/pulsar
+# go get -u github.com/apache/pulsar/pulsar-client-go/pulsar
 ```
 
 c) build an example
 
 ```shell
-# cd ~/go/src/github.com/apache/incubator-pulsar/pulsar-client-go/examples/producer/
+# cd ~/go/src/github.com/apache/pulsar/pulsar-client-go/examples/producer/
 # go build .
 # ls
 producer  producer.go
@@ -594,14 +594,14 @@ in ubuntu container, go to directory `/pulsar`
 [root@e6c29e2b70a9 pulsar]# ls
 ```
 
-2. Install RPM in the centos container
+2. Install DEB in the centos container
 
 ```shell
 # apt install ./apache-pulsar-client.deb
 # apt install ./apache-pulsar-client-dev.deb
 ```
 
-3. Build the go client to validate the RPM package.
+3. Build the go client to validate the DEB package.
 
 a) install go
 
@@ -619,13 +619,13 @@ a) install go
 b) get pulsar go client
 
 ```shell
-# go get -u github.com/apache/incubator-pulsar/pulsar-client-go/pulsar
+# go get -u github.com/apache/pulsar/pulsar-client-go/pulsar
 ```
 
 c) build an example
 
 ```shell
-# cd ~/go/src/github.com/apache/incubator-pulsar/pulsar-client-go/examples/producer/
+# cd ~/go/src/github.com/apache/pulsar/pulsar-client-go/examples/producer/
 # go build .
 # ls
 producer  producer.go