You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2023/01/05 04:19:39 UTC

[GitHub] [samza] amf3 commented on pull request #1647: [SAMZA-2772] Manage Jekyll dependencies with Gradle

amf3 commented on PR #1647:
URL: https://github.com/apache/samza/pull/1647#issuecomment-1371765244

   I found the following differences after generating documents with Jekyll using both MRI Ruby & Jruby.  Input was generated by running find on the _site directory and saving the output to a sorted text file.
   
   ```
   $ sdiff -Ws -w 220 ~/mri_ruby_docs ~/jruby_docs  
   ./Gemfile                                                                                                    <
   ./Gemfile.lock                                                                                            <
   ./index.md.bak                                                                                          <
   ./meetups/aug-2016.md                                                                          <
   ```
   
   The missing Gemfile, Gemfile.lock, & index.md.bak files I'm not concerned with as they were removed as part of this change.  The meetups/aug-2016.md file was a surprise.  FWIW: it's not referenced in the MRI Ruby build or at https://samza.apache.org/meetups so I'm not concerned about it right now.


-- 
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: commits-unsubscribe@samza.apache.org

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