This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 3e65237 Updated Release process (markdown)
3e65237 is described below
commit 3e65237628c5fc619ea9766dda414c1dec57d78d
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jun 14 16:41:45 2018 -0700
Updated Release process (markdown)
---
Release-process.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Release-process.md b/Release-process.md
index 8fe06e2..35c1ee5 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -100,13 +100,16 @@ Inspect the artifacts:
bin/pulsar standalone
```
-##### 3.1. Build RPM packages
+##### 3.1. Build RPM and DEB packages
```shell
pulsar-client-cpp/pkg/rpm/docker-build-rpm.sh
+
+pulsar-client-cpp/pkg/deb/docker-build-deb.sh
```
-This will leave the RPM and YUM repo files in
`pulsar-client-cpp/pkg/rpm/RPMS/x86_64` directory.
+This will leave the RPM/YUM and DEB repo files in
`pulsar-client-cpp/pkg/rpm/RPMS/x86_64` and
+`pulsar-client-cpp/pkg/deb/BUILD/DEB` directory.
#### 4. Sign and stage the artifacts
--
To stop receiving notification emails like this one, please contact
[email protected].