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

ASF GitHub Bot commented on APEXCORE-215:
-----------------------------------------

Github user chinmaykolhatkar commented on the pull request:

    https://github.com/apache/incubator-apex-site/pull/11#issuecomment-177781884
  
    Can you please add a check for whether there are any binaries in the source:
    
    Following command gives list all file extensions:
    /media/chinmay/src/verification/apex-3.3.0-incubating$ find . -type f -name 
'*.*' | sed 's|.*\.||' | sort -u
    
    Following command gives all the files in folder which are of type binary:
    find -type f -executable -exec file -i '{}' \; | grep 'x-executable; 
charset=binary'



> Release vote build/test/verification instructions
> -------------------------------------------------
>
>                 Key: APEXCORE-215
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-215
>             Project: Apache Apex Core
>          Issue Type: Task
>            Reporter: Thomas Weise
>            Assignee: Sandeep Deshmukh
>
> Add a page to the web site that explains contributors how to test a release 
> candidate.



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

Reply via email to