Bumping heptapod-stable for 0.19
This MR to validate the corresponding Heptapod build, ensuring that we can easily release a new Heptapod stable version.
Merge request reports
Activity
For an obscure reason, the
latesttag
template did not work from the topic, that's the cause of the build failure:Running hg, args=["log", "-r.", "-T", "{latesttag('re:^heptapod-0[.]19') % '{tag} {distance}'} {node|short}"] $ echo "Docker RELEASE file:" Docker RELEASE file: $ cat docker/RELEASE RELEASE_PACKAGE=heptapod RELEASE_VERSION=-null+7804hg.4178b9ec750d
I'm going to retry by publishing the topic directly and will have to correct any actual error afterwards.
Even weirder, !25 (merged) (for the
heptapod
branch), does not exhibit the same problem:Running hg, args=["log", "-r.", "-T", "{latesttag('re:^heptapod-0[.]19') % '{tag} {distance}'} {node|short}"] $ echo "Docker RELEASE file:" Docker RELEASE file: $ cat docker/RELEASE RELEASE_PACKAGE=heptapod RELEASE_VERSION=0.19.3-1+2hg.bdb655f6b566
Please register or sign in to reply