refactor: rename current channel to guanghu-ice-heart

This commit is contained in:
冰朔 2026-07-24 11:25:41 +08:00
commit 8c0642d4f2
8 changed files with 44 additions and 19 deletions

View file

@ -25,7 +25,7 @@ UPSTREAM_FINGERPRINT = "EB114F5E6C0DC2BCDD183550A4B61A2DC5923710"
STATE_ROOT = pathlib.Path("/var/lib/guanghu/personas/guanghu/hlcc-v16.0.1")
LEGACY_DB = STATE_ROOT / "data" / "owner-identity-source.db"
OWNER_NAME = "bingshuo"
CHANNEL_REPOSITORY = "fifth-domain"
CHANNEL_REPOSITORY = "guanghu-ice-heart"
LEGACY_REPOSITORY_URL = "https://guanghulab.com/fifth-domain/bingshuo/fifth-domain.git"
SEED_COMMIT_NUMBER = "HLCC-ICE-000001"
SEED_CONTRIBUTION_NUMBER = "ZY-CONTRIB-20260723-001"
@ -448,7 +448,7 @@ def seed_fifth_domain_channel(binary: pathlib.Path) -> str:
"-c",
f"credential.helper=store --file {credential}",
"push",
"http://127.0.0.1:3340/bingshuo/fifth-domain.git",
"http://127.0.0.1:3340/bingshuo/guanghu-ice-heart.git",
"main:main",
],
check=True,