]> git.maquefel.me Git - brevno-suite/hugo/commit
Only print the path warnings once
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 30 Jun 2023 06:47:11 +0000 (08:47 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 30 Jun 2023 08:24:28 +0000 (10:24 +0200)
commitffd37d4f757c8448afd49823d2252532be7f7e00
tree2b09f9d83a9be6966e74731fed741114a49a197c
parentb4b65245b28e623e927941d4a07635535e6377fc
Only print the path warnings once

We could reset and rerun it on server rebuilds, but that report needs a full build to make sense.

Also clean up the config vs flags in this area: Make all config settings match the flags e.g. `printPathWarnings`, but set up aliases for the
old.

Fixes #11187
commands/commandeer.go
commands/helpers.go
commands/hugobuilder.go
config/allconfig/allconfig.go
config/allconfig/configlanguage.go
config/allconfig/integration_test.go
config/allconfig/load.go
config/configProvider.go
hugolib/hugo_sites.go
hugolib/hugo_sites_build.go
langs/i18n/i18n.go