You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by sijie <gi...@git.apache.org> on 2016/12/13 00:06:46 UTC

[GitHub] incubator-distributedlog pull request #56: Add distributedlog user mail list...

GitHub user sijie opened a pull request:

    https://github.com/apache/incubator-distributedlog/pull/56

    Add distributedlog user mail list to pom file

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sijie/incubator-distributedlog sijie/DL-134

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-distributedlog/pull/56.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #56
    
----
commit a8efaa579c1502147b6a2e7b95cbf07ab58cc28f
Author: Sijie Guo <si...@twitter.com>
Date:   2016-12-13T00:05:27Z

    Add distributedlog user mail list to pom file

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-distributedlog pull request #56: DL-134: Add distributedlog user m...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-distributedlog/pull/56


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-distributedlog pull request #56: Add distributedlog user mail list...

Posted by franckcuny <gi...@git.apache.org>.
Github user franckcuny commented on a diff in the pull request:

    https://github.com/apache/incubator-distributedlog/pull/56#discussion_r92070883
  
    --- Diff: pom.xml ---
    @@ -52,6 +52,13 @@
       </issueManagement>
       <mailingLists>
         <mailingList>
    +      <name>DistributedLog User</name>
    +      <subscribe>user-subscribe@distributedlog.incubator.apache.org</subscribe>
    +      <unsubscribe>user-unsubscribe@distributedlog.incubator.apache.org</unsubscribe>
    +      <post>user@distributedlog.incubator.apache.org</post>
    +      <archive>http://www.mail-archive.com/user%distributedlog.incubator.apache.org</archive>
    --- End diff --
    
    user@distributedlog
    
    https://www.mail-archive.com/user@distributedlog.incubator.apache.org/
    
    do you need to encode the @ in the xml though ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-distributedlog pull request #56: DL-134: Add distributedlog user m...

Posted by sijie <gi...@git.apache.org>.
Github user sijie commented on a diff in the pull request:

    https://github.com/apache/incubator-distributedlog/pull/56#discussion_r92087267
  
    --- Diff: pom.xml ---
    @@ -52,6 +52,13 @@
       </issueManagement>
       <mailingLists>
         <mailingList>
    +      <name>DistributedLog User</name>
    +      <subscribe>user-subscribe@distributedlog.incubator.apache.org</subscribe>
    +      <unsubscribe>user-unsubscribe@distributedlog.incubator.apache.org</unsubscribe>
    +      <post>user@distributedlog.incubator.apache.org</post>
    +      <archive>http://www.mail-archive.com/user%distributedlog.incubator.apache.org</archive>
    --- End diff --
    
    I don't think we need to encode the @ in the xml. I updated the pom file to use 'user@distributedlog' now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---