Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951725 - www-apps/hugo-0.114.2: deploy behaviour lost
Summary: www-apps/hugo-0.114.2: deploy behaviour lost
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/gohugoio/hugo/pull...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-03-21 19:31 UTC by Jay Faulkner
Modified: 2025-03-23 20:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Faulkner gentoo-dev 2025-03-21 19:31:01 UTC
As of October 2024, hugo is no longer being built with deploy support by default: https://github.com/gohugoio/hugo/pull/12995 -- this means that currently, with identical use flags, the stable 0.131.0 hugo ebuild is built WITH deploy support, and the testing 0.114.2 hugo ebuild is built WITHOUT deployment support.

This setting was never exposed as a USE flag and the change in behavior was unexpected.

Reproducible: Always

Steps to Reproduce:
1. emerge =www-apps/hugo-0.131.0
2. Run hugo deploy
3. Site deploys (if configured)
4. emerge =www-apps/hugo-0.114.2
5. Run hugo deploy

Actual Results:  
Get error pointing to https://github.com/gohugoio/hugo/pull/12995 about deploy support being made a non-default compile option.

Expected Results:  
Deploy support being controlled by a use flag, so it would've signaled to me to change the USE flag as the default changed.