Skip to content

Commit b86e79b

Browse files
authored
Make all git clone commands referring to v1.2.0 release branch (#656)
1 parent 51bfa5b commit b86e79b

26 files changed

Lines changed: 29 additions & 29 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Read the [`Security Policy`](SECURITY.md).
2626
Clone the repository and follow the [`README`](README.md) to get started with the sample applications of interest.
2727

2828
```
29-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git
29+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0
3030
cd edge-ai-libraries
3131
```
3232

libraries/dl-streamer/docs/source/dev_guide/advanced_install/advanced_install_guide_compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Step 7: Clone Intel® DL Streamer repository
228228
.. code:: sh
229229
230230
cd ~
231-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git
231+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0
232232
cd edge-ai-libraries
233233
git submodule update --init libraries/dl-streamer/thirdparty/spdlog
234234

libraries/robotics-ai-libraries/orb-extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ source setupenv.sh
7171

7272
### Build the library
7373
```bash
74-
git clone https://github.com/open-edge-platform/edge-ai-libraries
74+
git clone https://github.com/open-edge-platform/edge-ai-libraries -b release-1.2.0
7575
cd edge-ai-libraries/libraries/orb-extractor
7676
mkdir build
7777
cd build

microservices/audio-analyzer/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ http://localhost:8000/docs
188188

189189
1. Clone the repository and change directory to the audio-analyzer microservice:
190190
```bash
191-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries
191+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0
192192
cd edge-ai-libraries/microservices/audio-analyzer
193193
```
194194

microservices/audio-analyzer/docs/user-guide/how-to-build-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Following options are provided to build the microservice.
2424

2525
1. Clone the repository:
2626
```bash
27-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries
27+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0
2828
```
2929

3030
2. Set the required environment variables:
@@ -107,7 +107,7 @@ Host setup by default uses local filesystem storage backend.
107107

108108
1. Clone the repository:
109109
```bash
110-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries
110+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0
111111
```
112112

113113
2. Run the setup script with desired options:

microservices/dlstreamer-pipeline-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Follow the steps in this section to quickly pull the latest pre-built Deep Learn
4242
- Clone the repository and change to the docker directory inside DL Streamer Pipeline Server project.
4343

4444
```sh
45-
git clone <link-to-repository>
45+
git clone <link-to-repository> -b release-1.2.0
4646
cd <path/to/dlstreamer-pipeline-server/docker>
4747
```
4848

microservices/dlstreamer-pipeline-server/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Follow the steps in this section to quickly pull the latest pre-built DL Streame
1616

1717
```sh
1818
cd [WORKDIR]
19-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git
19+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0
2020
cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/docker
2121
```
2222

microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-build-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note: Ensure to set the right values in the `[WORKDIR]/edge-ai-libraries/microse
1111
1. Clone the Edge-AI-Libraries repository from open edge platform and change to the docker directory inside DL Streamer Pipeline Server project.
1212

1313
```sh
14-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git
14+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0
1515
cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/
1616
```
1717

microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
```sh
1616
cd [WORKDIR]
17-
git clone https://github.com/open-edge-platform/edge-ai-libraries.git
17+
git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0
1818
cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/helm
1919
```
2020

microservices/dlstreamer-pipeline-server/helm/templates/dlstreamer-pipeline-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- /bin/bash
3232
- -c
3333
- |
34-
git clone --depth 1 https://github.com/open-edge-platform/edge-ai-libraries /repo
34+
git clone --depth 1 https://github.com/open-edge-platform/edge-ai-libraries /repo -b release-1.2.0
3535
mkdir -p /resources/models/geti /resources/videos
3636
cp -r /repo/microservices/dlstreamer-pipeline-server/resources/models/geti/ /resources/models/
3737
curl -L https://github.com/open-edge-platform/edge-ai-libraries/raw/main/microservices/dlstreamer-pipeline-server/resources/videos/warehouse.avi -o /resources/videos/warehouse.avi

0 commit comments

Comments
 (0)