summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-30 17:50:06 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-30 17:52:53 +0000
commitaacfda5c3d4a85849ee9dd02e6081f3916ec0d48 (patch)
tree825c80a346e67b70bd86c544f027f3f4df7b90b7
parentd1b8c40dd25d7419eed328eb5d11e6606cc7619b (diff)
downloaddefinitions-aacfda5c3d4a85849ee9dd02e6081f3916ec0d48.tar.gz
README.md: Fix command, and note about OSTree update delay
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ca8ac0a5..0d58b531 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ architecture name for the current platform.
cd sysroot
ostree commit --repo=../releases \
--branch=stage3-sysroot/$arch \
- ./*
+ ./
cd -
6. Push to the releases repo. You will need an SSH key that is authorized to
@@ -105,7 +105,9 @@ architecture name for the current platform.
ssh://ostree-releases@ostree.baserock.org:22200/ stage3-sysroot/$arch
Once this is done you can update `base.bst` to pull in the new version of the
-binaries (the `bst track` command can help with this).
+binaries (the `bst track` command can help with this). Note that the new version
+won't be noticed by `bst track` until the summary file on ostree.baserock.org has
+been updated, which may take up to a minute.
In future we should would GPG sign the release binaries, and we would automate
the whole process in GitLab CI.