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 57c7cbc Added instructions with stage-release.sh script
57c7cbc is described below
commit 57c7cbc4e18f18711fe1279650416d33241b4d5a
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jun 14 12:14:53 2018 -0700
Added instructions with stage-release.sh script
---
Release-process.md | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/Release-process.md b/Release-process.md
index 9456cc3..8fe06e2 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -100,6 +100,14 @@ Inspect the artifacts:
bin/pulsar standalone
```
+##### 3.1. Build RPM packages
+
+```shell
+pulsar-client-cpp/pkg/rpm/docker-build-rpm.sh
+```
+
+This will leave the RPM and YUM repo files in
`pulsar-client-cpp/pkg/rpm/RPMS/x86_64` directory.
+
#### 4. Sign and stage the artifacts
The `src` and `bin` artifacts need to be signed and uploaded to the dist SVN
@@ -114,11 +122,7 @@ cd svn pulsar-dist-dev
svn mkdir pulsar-1.X.0-incubating-candidate-1
cd pulsar-1.X.0-incubating-candidate-1
-cp /path/to/apachepulsar-1.X.0-incubating-src.tar.gz .
-cp /path/to/apachepulsar-1.X.0-incubating-bin.tar.gz .
-
-# There is a script to perform the signing in Pulsar repo
-$PULSAR_PATH/src/sign-release.sh *.tar.gz
+$PULSAR_PATH/src/stage-release.sh .
svn add *
svn ci -m 'Staging artifacts and signature for Pulsar release 1.X.0-incubating'
--
To stop receiving notification emails like this one, please contact
[email protected].