[ 
https://issues.apache.org/jira/browse/HTRACE-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15495311#comment-15495311
 ] 

Mike Drob commented on HTRACE-383:
----------------------------------

Some more changes to the doc:

{noformat}
diff --git a/src/main/site/markdown/building.md 
b/src/main/site/markdown/building.md
index afa7e4e..3785950 100644
--- a/src/main/site/markdown/building.md
+++ b/src/main/site/markdown/building.md
@@ -85,15 +85,16 @@ Generate the source tarball via:
 
 Generate the side files.
 
-    gpg --print-mds 
/home/cmccabe/src/htrace2d/target/htrace-4.0.0-incubating-src.tar.gz > \
-    /home/cmccabe/src/htrace2d/target/htrace-4.0.0-incubating-src.tar.gz.mds
-    gpg --armor --output 
/home/cmccabe/src/htrace2d/target/htrace-4.0.0-incubating-src.tar.gz.asc \
-      --detach-sig 
/home/cmccabe/src/htrace2d/target/htrace-4.0.0-incubating-src.tar.gz
+    cd target
+    gpg --print-mds htrace-4.0.0-incubating-src.tar.gz 
htrace-4.0.0-incubating-src.tar.gz.mds
+    gpg --armor --output htrace-4.0.0-incubating-src.tar.gz.asc \
+      --detach-sign htrace-4.0.0-incubating-src.tar.gz
 
-rsync up to your public_html directory in people.apache.org.
+sftp up to your public_html directory in home.apache.org
 
-    rsync -avi 
/home/cmccabe/src/htrace2d/target/htrace-4.0.0-incubating-src.tar.* \
-    people.apache.org:~/public_html/htrace/releases/4.0.0
+    cd target
+    echo 'put htrace-4.0.0-incubating-src.tar.gz*' | \
+      sftp home.apache.org:public_html/htrace-4.2.0-incubating-rc0
 
 Generate release notes via JIRA at
 https://issues.apache.org/jira/browse/HTRACE/
{noformat}

> Minor doc fix up on making an RC doc
> ------------------------------------
>
>                 Key: HTRACE-383
>                 URL: https://issues.apache.org/jira/browse/HTRACE-383
>             Project: HTrace
>          Issue Type: Sub-task
>            Reporter: stack
>            Priority: Minor
>
> A few changes in the RC-making doc. Let me just push them under this issue. I 
> include them below:
> {code}
> --- a/src/main/site/markdown/building.md
> +++ b/src/main/site/markdown/building.md
> @@ -55,9 +55,9 @@ Create the release branch:
>     git checkout -b 4.0
> -Create the release tag via git
> +Create an annotated (signed) release tag via git.
> -    git tag -s 4.0.0RC0 -m '4.0 release candidate 0' -u 9CD4D9D3
> +    git tag -s 4.0.0RC0 -m '4.0.0 release candidate 0'
>  For some reason, I get a message about needing a password.  But no password
>  is actually asked for.  Perhaps it is supplied by the window manager via its
> @@ -70,9 +70,15 @@ Push branch-X.Y.Z and the newly created tag to the remote 
> repo.
>  Upload the build to Sonatype's servers.
>      git clean -fdqx .
> -    mvn clean deploy -Psign,src,dist -DskipTests
> +    mvn clean deploy -Pdist -DskipTests
> +
> +The above referenced profiles are not in the htrace profile but in the
> +parent apache profile. Here is a pointer to the parent profile:
> +[Apache-18.pom](https://repository.apache.org/service/local/repo_groups/public/content/org/apache/apache/18/apache-18.pom)
>  This will take a while because it needs to upload to the servers.
> +It will ask you for your key password unless you set up a
> +gpg-agent for your local session.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to