X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=ab9166e9e9c8bb9bdf36d082da294999015e69b4;hb=535515c558340c65a0d3103a687b32093c994738;hp=7d357a574f947306da1e5dec8699dd322727b6ae;hpb=576ad21504bb3e50546b349c63ebec7bd0c805ab;p=pti%2Fo2.git diff --git a/README.md b/README.md index 7d357a5..ab9166e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ cloned into temp before docker building ```sh mkdir -p temp cd temp -git clone --depth 1 --branch master https://opendev.org/starlingx/config.git -git clone --depth 1 --branch master https://opendev.org/starlingx/distcloud-client.git +git clone --branch master https://opendev.org/starlingx/config.git +git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/distcloud-client.git +git clone --depth 1 --branch master https://opendev.org/starlingx/fault.git cd config git checkout bca406d1 -patch -p1 < ../../cgtsclient-insecure.patch +patch -p1 < ../../cgtsclient-insecure.patch cd - ```