Skip to content

Commit 128726f

Browse files
committed
fix: rebrand release product metadata
1 parent b2e76cb commit 128726f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

SCYLLA-VERSION-GEN

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ if [ -z "$DATE" ]; then
7676
DATE=$(date --utc +%Y%m%d)
7777
fi
7878

79-
# Default scylla product/version tags
80-
PRODUCT=scylla
79+
# Default ssdb product/version tags
80+
PRODUCT=ssdb
8181
VERSION=6.2.3
8282

8383
if test -f version

docs/plans/002-release_flow.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ the inherited product/version metadata is deliberately rebranded.
9191
binary release.
9292
- [X] Add native =x86_64= and =aarch64= release artifact jobs.
9393
- [X] Add GHCR container image publishing from generated Debian packages.
94+
- [X] Set generated product metadata to =ssdb= so release filenames and package
95+
names use =ssdb-*=.
9496
- [ ] Verify =make release-artifacts= on native =x86_64= and =aarch64= Linux
9597
runners.
96-
- [ ] Confirm generated Debian package names and install paths are acceptable
97-
while =SCYLLA-VERSION-GEN= still emits =scylla= as the product name.
98-
- [ ] Rebrand product metadata before public ssdb package distribution if
99-
=scylla-*= package names are not intended.
98+
- [ ] Rebrand inherited service names, systemd units, users, install paths, and
99+
runtime configuration paths where doing so is safe.
100100
- [ ] Add package repository publishing for APT/YUM after package signing is
101101
ready.
102102
- [ ] Add SBOM and provenance attestations after artifact shape stabilizes.

0 commit comments

Comments
 (0)