X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=ab9166e9e9c8bb9bdf36d082da294999015e69b4;hb=49dc99721ca628d0f75f332f9dbdf0d8e6452241;hp=d3ab23e8dc09b4ceaf74dbcbe57e5664b32bd61d;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/README.md b/README.md index d3ab23e..ab9166e 100644 --- a/README.md +++ b/README.md @@ -6,8 +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 cd - ```