]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] new: ci: Add tarball publication process to pipeline
authorMichał Kępień <michal@isc.org>
Mon, 27 Oct 2025 20:22:22 +0000 (21:22 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 27 Oct 2025 20:22:22 +0000 (21:22 +0100)
commitaab246ff65f01f721fbd45ad76ada57c1e9bc911
treebbf5e3a65e5cea70d13534b0a366b02a7af55a91
parent2bcb2f90bd680114512670be9374214ae764bc94
parent8a0e2dfe974678a1d9cba6cd2f536e53ea4728a4
[9.18] new: ci: Add tarball publication process to pipeline

Tarball uploading steps are to be included in the pipeline.

They are manual jobs that:

1. uploads a release tarball prepared by the "sign" job.
2. publish a previously staged release to a destination.
3. publishes a previously staged release to a well-known URL.

A template has been included since all three follow the same pattern.
Besides, rules commonly used by tag pipeline jobs.

Backport of MR !11158

Merge branch 'backport-andoni/ci-release-process-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11161