Re: [VOTE] Release of Apache Mnemonic-0.8.0-incubating [rc1]

2017-06-13 Thread Henry Saputra
NOTICE file exists
LICENSE file exists
DISCLAIMER file exists
Signature file looks good
Hash files look good
Source artifact does not contain 3rd party exes
License in source header.

+1 (binding)

- Henry


On Thu, Jun 8, 2017 at 8:15 PM, Debojyoti Dutta  wrote:

> Hi all,
>
> This is a call for a releasing Apache Mnemonic
> 0.8.0-incubating, release candidate 1. This
> is the new release of Mnemonic incubating.
>
> The source tarball, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/
> 
> 0.8.0-incubating-rc1/src/
>
> The tag to be voted upon is v0.8.0-incubating:
> https://git-wip-us.apache.org/repos/asf?p=incubator-
> mnemonic.git;a=shortlog;h=refs/tags/v
>  mnemonic.git;a=shortlog;h=refs/tags/v%3Cversion>
> 0.8.0-incubating
>
> The release hash is 2941b87:
> https://git-wip-us.apache.org/repos/asf?p=incubator-
> mnemonic.git;a=commit;h=
>  mnemonic.git;a=commit;h=%3Ccommit_hash_code>
> 2941b87
>
> Release artifacts are signed with the following key:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/KEYS
>
> KEYS file available:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/KEYS
>
> For information about the contents of this release, see:
> https://dist.apache.org/repos/dist/dev/incubator/mnemonic/0.
> 8.0-incubating-rc
>  incubating-rc%3Crc_number>
> 1/CHANGES.txt
>
> The vote will be open for ~72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build from source, and test.  The
> please vote:
>
> [ ] +1 Release this package as apache-mnemonic--incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
> Thanks,
> Debo~ Dutta, on behalf of the Apache Mnemonic (incubating) community
>


[jira] [Commented] (MNEMONIC-278) Re-structure the folders of docker

2017-06-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MNEMONIC-278:
-

Github user bigdata-memory commented on a diff in the pull request:

https://github.com/apache/incubator-mnemonic/pull/46#discussion_r121739249
  
--- Diff: docker/README.md ---
@@ -34,7 +33,8 @@ For old version docker v1.10 below, Please replace ARG 
with ENV and set its valu
 Build from git repository
 
 ```bash
-  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker
+  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker:docker-CentOS
+  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker:docker-Ubuntu
--- End diff --

Please correct the folder name as well


> Re-structure the folders of docker
> --
>
> Key: MNEMONIC-278
> URL: https://issues.apache.org/jira/browse/MNEMONIC-278
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Docker
>Affects Versions: 0.8.0-incubating
>Reporter: Wang, Gang
>Assignee: Lan Lin
>
> The docker folders i.e. docker/ docker-ubuntu/ could be re-organized as 
> follows to improve the structure of docker related files.
> {code}
> incubator-mnemonic
> .|docker/
> ...|_docker-CentOS/
> |Dockerfile
> ...|_docker-Ubuntu/
> |Dockerfile
> ...|_README.md
> {code}
> Please also include the docker/ in build-tools/source-assembly.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MNEMONIC-278) Re-structure the folders of docker

2017-06-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MNEMONIC-278:
-

Github user bigdata-memory commented on a diff in the pull request:

https://github.com/apache/incubator-mnemonic/pull/46#discussion_r121739198
  
--- Diff: docker/README.md ---
@@ -34,7 +33,8 @@ For old version docker v1.10 below, Please replace ARG 
with ENV and set its valu
 Build from git repository
 
 ```bash
-  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker
+  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker:docker-CentOS
--- End diff --

Please correct the folder name as well


> Re-structure the folders of docker
> --
>
> Key: MNEMONIC-278
> URL: https://issues.apache.org/jira/browse/MNEMONIC-278
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Docker
>Affects Versions: 0.8.0-incubating
>Reporter: Wang, Gang
>Assignee: Lan Lin
>
> The docker folders i.e. docker/ docker-ubuntu/ could be re-organized as 
> follows to improve the structure of docker related files.
> {code}
> incubator-mnemonic
> .|docker/
> ...|_docker-CentOS/
> |Dockerfile
> ...|_docker-Ubuntu/
> |Dockerfile
> ...|_README.md
> {code}
> Please also include the docker/ in build-tools/source-assembly.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-mnemonic pull request #46: MNEMONIC-278 re-structure the folders o...

2017-06-13 Thread bigdata-memory
Github user bigdata-memory commented on a diff in the pull request:

https://github.com/apache/incubator-mnemonic/pull/46#discussion_r121739198
  
--- Diff: docker/README.md ---
@@ -34,7 +33,8 @@ For old version docker v1.10 below, Please replace ARG 
with ENV and set its valu
 Build from git repository
 
 ```bash
-  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker
+  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker:docker-CentOS
--- End diff --

Please correct the folder name as well


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-mnemonic pull request #46: MNEMONIC-278 re-structure the folders o...

2017-06-13 Thread bigdata-memory
Github user bigdata-memory commented on a diff in the pull request:

https://github.com/apache/incubator-mnemonic/pull/46#discussion_r121739249
  
--- Diff: docker/README.md ---
@@ -34,7 +33,8 @@ For old version docker v1.10 below, Please replace ARG 
with ENV and set its valu
 Build from git repository
 
 ```bash
-  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker
+  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker:docker-CentOS
+  $ docker build -t NAME[:TAG] 
https://github.com/apache/incubator-mnemonic.git#:docker:docker-Ubuntu
--- End diff --

Please correct the folder name as well


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---