From b4cb993b345fb86ab4de93fd192dce4622753285 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 1 Feb 2018 17:33:38 +0000 Subject: README.md: Fix formatting and numbering issues --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 73d265f9..9b90ec8a 100644 --- a/README.md +++ b/README.md @@ -81,28 +81,28 @@ architecture name for the current platform. scripts/baserock-release-metadata > ./sysroot/metadata - 4. Clone the releases OSTree repo locally. + 3. Clone the releases OSTree repo locally. ostree init --repo=releases --mode=archive-z2 ostree remote add --repo=releases \ origin https://ostree.baserock.org/releases/ --no-gpg-verify ostree pull --repo=releases origin stage3-sysroot/$arch - 5. Commit the binaries to the correct branch. + 4. Commit the binaries to the correct branch. - cd sysroot - ostree commit --repo=../releases \ - --branch=stage3-sysroot/$arch \ - ./ - cd - + 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 + 5. Push to the releases repo. You will need an SSH key that is authorized to connect as ostree-releases@baserock.org -- contact admin@baserock.org if you need access. You will also need to have installed our version of [ostree-push](https://github.com/dbnicholson/ostree-push). - ostree-push --repo=./releases \ - ssh://ostree-releases@ostree.baserock.org:22200/ stage3-sysroot/$arch + ostree-push --repo=./releases \ + 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). Note that the new version -- cgit v1.2.1