sarutak opened a new pull request, #2497:
URL: https://github.com/apache/avro/pull/2497

   AVRO-3857
   
   ## What is the purpose of the change
   This PR aims to automate dist build.
   Currently, the dist build process is not fully automated especially the 
document.
   
   With this change, you can build dist like as follows.
   ```
   ./build.sh docker-dist
   ```
   
   Also, this PR includes a fix for building the document.
   You can confirm the document built by the command above like as follows.
   ```
   # 1. Serve the doc
   docker run -p 8080:80 --rm -v 
$(pwd)/build/staging-web/public:/usr/local/apache2/htdocs/ httpd:2.4
   # 2. Then, access http://localhost:8080
   ```
   
   ## Verifying this change
   Artifacts seem to be built successfully and stored in `dist`
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to