X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=6dbcbafe3e32d7e630bd67fdd5e9023706726f56;hb=79323988bfb68d23a9d781843c0b73f3fa463809;hp=ab9166e9e9c8bb9bdf36d082da294999015e69b4;hpb=5229119cf0fee426b2d14af3887b6fe4f78318a6;p=pti%2Fo2.git diff --git a/README.md b/README.md index ab9166e..6dbcbaf 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ cloned into temp before docker building ```sh mkdir -p temp cd temp -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 +git clone --branch r/stx.7.0 https://opendev.org/starlingx/config.git +git clone --branch master https://opendev.org/starlingx/distcloud-client.git +(cd distcloud-client && git reset --hard eb4e7eeeb09bdf2e1b80984b378c5a8ea9930f04) +git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/fault.git cd config git checkout bca406d1 patch -p1 < ../../cgtsclient-insecure.patch