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/06/02 20:15:36 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-108039860
  
    It looks like there are some more artifacts that snuck in:
    
    ```
     couchdb-2.0/share/www/script/test/lorem.txt
     couchdb-2.0/share/www/script/test/lorem_b64.txt
    ```
    those don't get cleaned up on a distclean, adding these to the Makefile would fix that:
    
    ```
            @rm -f share/www/script/test/lorem.txt
            @rm -f share/www/script/test/lorem_b64.txt
    ```


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