CI: DMF: Generation of ChangeLog
depends on presence of master
branch in index
#2551
Labels
bug
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
documentation
Milestone
Common
ChangeLog
starting point is tagv2.6.0
which is available among other tags in CI builds. The branches however are pulled on a need-to-know basis, so PRs only have their source and target, e.g.DMF recipes were changed to show log differences from a
master
branch to current DMF/FTY codebase instead. However, in non-persistent workspaces the branch is not known:The solution is probably to also build DMF/FTY ChangeLog starting from a tag, whether fixed or e.g. latest NUT release now that we update the branch often, heading towards full merge per #1316.
Note that this is not a very pressing issue, since the majority of practically useful complete builds are done either from the
master
branch iterations, or with PR's aiming to merge into it, so the branch is usually known to CI agents.The text was updated successfully, but these errors were encountered: