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'



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to