You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/18 06:20:45 UTC

[rocketmq] branch master updated (260ff49 -> 285c780)

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

yukon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 260ff49  [HOTFIX] Remove imported dirty file frrm pull request
     new 0fc36a8  [HOTFIX] Exclude test cert files from rat check
     new 285c780  [HOTFIX] Move pull request template to .github

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0
 pom.xml                                                      | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%)

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

[rocketmq] 02/02: [HOTFIX] Move pull request template to .github

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 285c780602f58af65d5253c33585699d9a688d86
Author: yukon <yu...@apache.org>
AuthorDate: Mon Dec 18 14:19:33 2017 +0800

    [HOTFIX] Move pull request template to .github
---
 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0
 pom.xml                                                      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
similarity index 100%
rename from PULL_REQUEST_TEMPLATE.md
rename to .github/PULL_REQUEST_TEMPLATE.md
diff --git a/pom.xml b/pom.xml
index 47aae97..079aecd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
                         <exclude>.travis.yml</exclude>
                         <exclude>CONTRIBUTING.md</exclude>
                         <exclude>bin/README.md</exclude>
-                        <exclude>PULL_REQUEST_TEMPLATE.md</exclude>
+                        <exclude>.github/*</exclude>
                         <exclude>src/test/resources/certs/*</exclude>
                     </excludes>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.

[rocketmq] 01/02: [HOTFIX] Exclude test cert files from rat check

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0fc36a832204c69d5eb8aab7ae9816f80cd3e490
Author: yukon <yu...@apache.org>
AuthorDate: Mon Dec 18 14:18:09 2017 +0800

    [HOTFIX] Exclude test cert files from rat check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 80db29f..47aae97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,6 +253,7 @@
                         <exclude>CONTRIBUTING.md</exclude>
                         <exclude>bin/README.md</exclude>
                         <exclude>PULL_REQUEST_TEMPLATE.md</exclude>
+                        <exclude>src/test/resources/certs/*</exclude>
                     </excludes>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.