adoroszlai opened a new pull request, #1326:
URL: https://github.com/apache/ratis/pull/1326

   ## What changes were proposed in this pull request?
   
   `build.sh` [expects Hugo 
0.142.0](https://github.com/apache/ratis/blob/89d56ec4e00372cf3c8d6990851b56a989f4f8c6/build.sh#L104-L108),
 but the [last 
update](https://github.com/apache/ratis/commit/7332c53711e4233ef825b78b9d2d192b29f440b7)
 was 
[made](https://github.com/apache/ratis/blame/7332c53711e4233ef825b78b9d2d192b29f440b7/index.html#L7)
 with 0.152.2, the current latest release.  Thus `build.sh` fails, but content 
can still be generated directly with `hugo`.  To reduce future diff and avoid 
forcing direct use of `hugo`, let's bump expected Hugo version in `build.sh`.
   
   https://issues.apache.org/jira/browse/RATIS-2368
   
   ## How was this patch tested?
   
   ```bash
   $ ./build.sh ../ratis-site
   ...
   
   Building website to ../ratis-site
   Start building sites … 
   hugo v0.152.2-6abdacad3f3fe944ea42177844469139e81feda6 linux/amd64 
BuildDate=2025-10-24T15:31:49Z VendorInfo=gohugoio
   
   
                     │ EN 
   ──────────────────┼────
    Pages            │ 43 
    Paginator pages  │  2 
    Non-page files   │  0 
    Static files     │ 14 
    Processed images │  0 
    Aliases          │  5 
    Cleaned          │  0 
   
   Total in 20 ms
   
   $ cd ../ratis-site
   
   $ git status
   On branch asf-site
   Your branch is up to date with 'origin/asf-site'.
   
   nothing to commit, working tree clean
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to