Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hard codes the readme for the 3.10 branch #153

Open
wants to merge 1 commit into
base: 3.10
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install RedHat OpenShift Origin in your development box.
2. Run the automagic installation script as root, it will prompt for mandatory variables.

```
curl https://raw.githubusercontent.com/gshipley/installcentos/master/install-openshift.sh | /bin/bash
curl https://raw.githubusercontent.com/gshipley/installcentos/3.10/install-openshift.sh | /bin/bash
```

## Automation
Expand Down Expand Up @@ -35,7 +35,7 @@ $ export DISK="/dev/sda"
3. Run the automagic installation script as root with the environment variable in place:

```
curl https://raw.githubusercontent.com/gshipley/installcentos/master/install-openshift.sh | INTERACTIVE=false /bin/bash
curl https://raw.githubusercontent.com/gshipley/installcentos/3.10/install-openshift.sh | INTERACTIVE=false /bin/bash
```

## Development
Expand All @@ -44,7 +44,7 @@ For development it's possible to switch the script repo

```
# Change location of source repository
$ export SCRIPT_REPO="https://raw.githubusercontent.com/gshipley/installcentos/master"
$ export SCRIPT_REPO="https://raw.githubusercontent.com/gshipley/installcentos/3.10"
$ curl $SCRIPT_REPO/install-openshift.sh | /bin/bash
```

Expand All @@ -59,4 +59,4 @@ make
docker run -ti -e DIGITALOCEAN_ACCESS_TOKEN="<TOKEN>" \
-v <private key file path>:/root/.ssh/<private key file name> -v <private key file path>.pub:/root/.ssh/<private key file name>.pub \
quay.io/osevg/installcentos-validate
```
```