You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by micah <gi...@git.apache.org> on 2015/05/19 19:49:28 UTC

[GitHub] couchdb pull request: Add first stab at a release build script.

Github user micah commented on the pull request:

    https://github.com/apache/couchdb/pull/302#issuecomment-103612757
  
    Hi @janl - sorry I haven't commented here for a while. A few updates here:
    
    . tried to recompile and got this:
    ```
    ==> couchdb-2.0 (clean)
    rm: cannot remove ‘dev/data’: Is a directory
    rm: cannot remove ‘dev/lib’: Is a directory
    rm: cannot remove ‘dev/logs’: Is a directory
    Makefile:32: recipe for target 'clean' failed
    ```
    
    I suspect that is because Makefile clean target has this:
    
    ```        
    @rm -f tmp/ dev/boot_node.beam dev/data dev/lib dev/pbkdf2.pyc log/crash.log dev/logs
    ```
    
    but those are directories



---
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.
---