You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by si...@apache.org on 2017/08/10 08:03:37 UTC

[distributedlog] branch master updated: DL-208: Update release notes about the download location

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/distributedlog.git


The following commit(s) were added to refs/heads/master by this push:
     new 60b88a9  DL-208: Update release notes about the download location
60b88a9 is described below

commit 60b88a91cf7c70fada22a37d1bfbd3637f9ebc38
Author: Jia Zhai <zh...@gmail.com>
AuthorDate: Thu Aug 10 01:03:28 2017 -0700

    DL-208: Update release notes about the download location
    
    - fix DL 208: update download location
    - update dev repository in release_guide
    
    Author: Jia Zhai <zh...@gmail.com>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    Closes #138 from zhaijack/DL-208
---
 docs/start/download.rst                          | 2 +-
 website/community/release_guide.md               | 8 ++++----
 website/docs/0.4.0-incubating/start/download.rst | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/start/download.rst b/docs/start/download.rst
index 4b39321..f919f28 100644
--- a/docs/start/download.rst
+++ b/docs/start/download.rst
@@ -23,7 +23,7 @@ This is the first Apache release. Download here_.
 - `Release Notes`_
 - `Announce Blog Post`_
 
-.. _here: https://dist.apache.org/repos/dist/release/incubator/distributedlog/0.4.0-incubating
+.. _here: https://dist.apache.org/repos/dist/release/bookkeeper/distributedlog/0.4.0-incubating
 .. _Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320620&version=12337980
 .. _Announce Blog Post: /releases/2017/04/23/the-first-release.html
 
diff --git a/website/community/release_guide.md b/website/community/release_guide.md
index 75d5691..a0cd2f3 100644
--- a/website/community/release_guide.md
+++ b/website/community/release_guide.md
@@ -77,7 +77,7 @@ This will list your GPG keys. One of these should reflect your Apache account, f
 
 Here, the key ID is the 8-digit hex string in the `pub` line: `845E6689`.
 
-Now, add your Apache GPG key to the DistributedLog’s `KEYS` file both in [`dev`](https://dist.apache.org/repos/dist/dev/incubator/distributedlog/KEYS) and [`release`](https://dist.apache.org/repos/dist/release/incubator/distributedlog/KEYS) repositories at `dist.apache.org`. Follow the instructions listed at the top of these files.
+Now, add your Apache GPG key to the DistributedLog’s `KEYS` file both in [`dev`](https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog/KEYS) and [`release`](https://dist.apache.org/repos/dist/release/incubator/distributedlog/KEYS) repositories at `dist.apache.org`. Follow the instructions listed at the top of these files.
 
 Configure `git` to use this key when signing code by giving it your key ID, as follows:
 
@@ -237,7 +237,7 @@ Copy the source release to the dev repository of `dist.apache.org`.
 
 1. If you have not already, check out the DistributedLog section of the `dev` repository on `dist.apache.org` via Subversion. In a fresh directory:
 
-        svn co https://dist.apache.org/repos/dist/dev/incubator/distributedlog
+        svn co https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog
 
 2. Make a directory for the new release:
 
@@ -263,7 +263,7 @@ Copy the source release to the dev repository of `dist.apache.org`.
         svn add distributedlog/${VERSION}
         svn commit
 
-5. Verify that files are [present](https://dist.apache.org/repos/dist/dev/incubator/distributedlog).
+5. Verify that files are [present](https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog).
 
 ### Build the API reference
 
@@ -305,7 +305,7 @@ Finally, propose a pull request with these changes. (Don’t merge before finali
 ### Checklist to proceed to the next step
 
 1. Maven artifacts deployed to the staging repository of [repository.apache.org](https://repository.apache.org/content/repositories/)
-1. Source distribution deployed to the dev repository of [dist.apache.org](https://dist.apache.org/repos/dist/dev/incubator/distributedlog/)
+1. Source distribution deployed to the dev repository of [dist.apache.org](https://dist.apache.org/repos/dist/dev/bookkeeper/distributedlog/)
 1. Website pull request proposed to list the [release]({{ site.baseurl }}/use/releases/) and publish the [API reference manual]({{ site.baseurl }}/user/api/core/javadoc/)
 
 **********
diff --git a/website/docs/0.4.0-incubating/start/download.rst b/website/docs/0.4.0-incubating/start/download.rst
index 308f36a..67fb8fe 100644
--- a/website/docs/0.4.0-incubating/start/download.rst
+++ b/website/docs/0.4.0-incubating/start/download.rst
@@ -23,7 +23,7 @@ This is the first Apache release. Download here_.
 - `Release Notes`_
 - `Announce Blog Post`_
 
-.. _here: https://dist.apache.org/repos/dist/release/incubator/distributedlog/0.4.0-incubating
+.. _here: https://dist.apache.org/repos/dist/release/bookkeeper/distributedlog/0.4.0-incubating
 .. _Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320620&version=12337980
 .. _Announce Blog Post: /releases/2017/04/23/the-first-release.html
 

-- 
To stop receiving notification emails like this one, please contact
['"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>'].