summaryrefslogtreecommitdiff
path: root/scripts/release/repo_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release/repo_init.py')
-rw-r--r--scripts/release/repo_init.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release/repo_init.py b/scripts/release/repo_init.py
index 04c3579..ccbfe17 100644
--- a/scripts/release/repo_init.py
+++ b/scripts/release/repo_init.py
@@ -3,7 +3,7 @@ scripts/release/repo_init.py
Run ONCE, ever, by the maintainer, locally. Generates the TUF signing keys
and the initial repository metadata (including root.json, which later gets
-bundled into the app via labdaq.spec).
+bundled into the app via labui.spec).
Running this again after the repo already exists is safe (tufup skips
re-creating keys/roles that already exist) but there is normally no reason
@@ -24,7 +24,7 @@ from tufup.repo import Repository, RolesDict
# directory, so invocation location must be consistent every time.
os.chdir(Path(__file__).resolve().parent)
-APP_NAME = "labdaq"
+APP_NAME = "labui"
# tufup-example's 1-day timestamp / 7-day snapshot defaults assume an
# automated CI worker re-signs on a schedule. We're signing manually