diff options
author | Andrei Pavel <andrei@isc.org> | 2023-11-29 16:43:46 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-11-29 16:45:48 +0100 |
commit | ff1041da43e5ad30d6a872aea265903a4ac8950c (patch) | |
tree | 73c1104e4b540caf02fb829e3e68ae1c894c6850 /.gitlab/issue_templates | |
parent | [#3177] unrelated: delete leftover file (diff) | |
download | kea-ff1041da43e5ad30d6a872aea265903a4ac8950c.tar.xz kea-ff1041da43e5ad30d6a872aea265903a4ac8950c.zip |
[#3177] unrelated: update release checklist
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/release_checklist.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/release_checklist.md b/.gitlab/issue_templates/release_checklist.md index 361f1069ca..898b71eb5e 100644 --- a/.gitlab/issue_templates/release_checklist.md +++ b/.gitlab/issue_templates/release_checklist.md @@ -136,10 +136,12 @@ Now it's time to publish the code. - If release engineer does NOT have signing key, please contact team member. 1. [ ] Confirm that the tarballs have the checksums mentioned on the signing ticket. 1. [ ] Wait for clearance from Security Officer to proceed with the public release (if applicable). If this is a security release, next steps will be impacted by CVE checklist. - 1. [ ] Login to repo.isc.org and upload final tarball to public ftp using make-available script (only OPS can remove incorrectly uploaded tarballs). + 1. [ ] Login to repo.isc.org and upload final tarball to public ftp using the make-available script. + * Example command: `make-available --public --symlink=cur/2.3 /data/shared/sweng/kea/releases/2.3.4`. * [ ] For premium tarballs use `--private` option. - * For newest stable release use `--symlink=cur` option. - * Example command: `make-available --public --symlink=cur /data/shared/sweng/kea/releases/2.3.4`. + * For more information use `--debug` option. + * To overwrite existing content, use `--force` option. + * If you did a mistake, contact ASAP someone from the ops team to remove incorrectly uploaded tarballs. * [ ] save links to all premium tarballs and put them into signing ticket as a comment. 1. [ ] Upload final RPM & DEB packages, tarballs and sign files to cloudsmith.io: 1. Go to [release-upload-to-cloudsmith](https://jenkins.aws.isc.org/job/kea-dev/job/release-upload-to-cloudsmith/). |