Skip to content

Commit 541c2ec

Browse files
committed
configure.ac: for now do not require (pre-)release tagged commits to build changelog by default - keep doing it on systems where we can though
Signed-off-by: Jim Klimov <[email protected]>
1 parent a58c77a commit 541c2ec

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

configure.ac

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4009,8 +4009,12 @@ WITH_CHANGELOG_PDF=no
40094009

40104010
dnl # Correlate "auto" with some measure of development iterations (quick) vs. release/tarball build (full). Can maintainer-mode be it?
40114011
AS_IF([($NUT_SOURCE_GITREV_IS_RELEASE || $NUT_SOURCE_GITREV_IS_PRERELEASE) && test "${nut_enable_docs_changelog}" = auto],
4012-
[AC_MSG_NOTICE([Enabling WITH_CHANGELOG_*=yes because this is a (pre-)release build and original --enable-docs-changelog=${nut_enable_docs_changelog}])
4013-
nut_enable_docs_changelog=yes
4012+
[
4013+
dnl # CI systems struggle to build a release commit, for now do not require this bit:
4014+
dnl # https://github.com/networkupstools/nut/issues/3053
4015+
AC_MSG_NOTICE([This is a (pre-)release build and original --enable-docs-changelog=${nut_enable_docs_changelog} -- consider setting to "yes"])
4016+
dnl # AC_MSG_NOTICE([Enabling WITH_CHANGELOG_*=yes because this is a (pre-)release build and original --enable-docs-changelog=${nut_enable_docs_changelog}])
4017+
dnl # nut_enable_docs_changelog=yes
40144018
]
40154019
)
40164020

0 commit comments

Comments
 (0)