]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: ci: Add tarball publication process to pipeline
authorAndoni Duarte <andoni@isc.org>
Mon, 27 Oct 2025 15:51:58 +0000 (15:51 +0000)
committerAndoni Duarte <andoni@isc.org>
Mon, 27 Oct 2025 15:51:58 +0000 (15:51 +0000)
commit40e8baf6d5bb20865017fd983e0fa222e345dbae
tree5065276482a034539064c9619384019f89e0945d
parentb14a6935eae4a694054f4cf6111bafe818d89f63
parent0734ec2a68b4a97f9e080096dfd679d5584a265d
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.

Merge branch 'andoni/ci-release-process' into 'main'

See merge request isc-projects/bind9!11158