From f71cd405ac6a7e2ebceb7ab643ae394040bfa4b9 Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Tue, 24 Jul 2018 11:39:33 -0400 Subject: [PATCH] Rename github repo org to sclorg Addresses openshift/origin#19998 --- README.md | 4 ++-- openshift/templates/django-postgresql-persistent.json | 8 ++++---- openshift/templates/django-postgresql.json | 8 ++++---- openshift/templates/django.json | 8 ++++---- welcome/templates/welcome/index.html | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d2c131a..e973a23 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To run this project in your development machine, follow these steps: 3. Fork this repo and clone your fork: - `git clone https://github.com/openshift/django-ex.git` + `git clone https://github.com/sclorg/django-ex.git` 4. Install dependencies: @@ -120,7 +120,7 @@ Templates give you full control of each component of your application. Sometimes your application is simple enough and you don't want to bother with templates. In that case, you can let OpenShift inspect your source code and create the required components automatically for you: ```bash -$ oc new-app centos/python-35-centos7~https://github.com/openshift/django-ex +$ oc new-app centos/python-35-centos7~https://github.com/sclorg/django-ex imageStreams/python-35-centos7 imageStreams/django-ex buildConfigs/django-ex diff --git a/openshift/templates/django-postgresql-persistent.json b/openshift/templates/django-postgresql-persistent.json index 0684bc5..d5b215f 100644 --- a/openshift/templates/django-postgresql-persistent.json +++ b/openshift/templates/django-postgresql-persistent.json @@ -5,17 +5,17 @@ "name": "django-psql-persistent", "annotations": { "openshift.io/display-name": "Django + PostgreSQL", - "description": "An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.", + "description": "An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.", "tags": "quickstart,python,django", "iconClass": "icon-python", "openshift.io/long-description": "This template defines resources needed to develop a Django based application, including a build configuration, application deployment configuration, and database deployment configuration.", "openshift.io/provider-display-name": "Red Hat, Inc.", - "openshift.io/documentation-url": "https://github.com/openshift/django-ex", + "openshift.io/documentation-url": "https://github.com/sclorg/django-ex", "openshift.io/support-url": "https://access.redhat.com", "template.openshift.io/bindable": "false" } }, - "message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.", + "message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.", "labels": { "template": "django-psql-persistent", "app": "django-psql-persistent" @@ -477,7 +477,7 @@ "displayName": "Git Repository URL", "required": true, "description": "The URL of the repository with your application source code.", - "value": "https://github.com/openshift/django-ex.git" + "value": "https://github.com/sclorg/django-ex.git" }, { "name": "SOURCE_REPOSITORY_REF", diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 3246486..79c1995 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -5,17 +5,17 @@ "name": "django-psql-example", "annotations": { "openshift.io/display-name": "Django + PostgreSQL (Ephemeral)", - "description": "An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.", + "description": "An example Django application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.", "tags": "quickstart,python,django", "iconClass": "icon-python", "openshift.io/long-description": "This template defines resources needed to develop a Django based application, including a build configuration, application deployment configuration, and database deployment configuration. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.", "openshift.io/provider-display-name": "Red Hat, Inc.", - "openshift.io/documentation-url": "https://github.com/openshift/django-ex", + "openshift.io/documentation-url": "https://github.com/sclorg/django-ex", "openshift.io/support-url": "https://access.redhat.com", "template.openshift.io/bindable": "false" } }, - "message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.", + "message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.", "labels": { "template": "django-psql-example", "app": "django-psql-example" @@ -451,7 +451,7 @@ "displayName": "Git Repository URL", "required": true, "description": "The URL of the repository with your application source code.", - "value": "https://github.com/openshift/django-ex.git" + "value": "https://github.com/sclorg/django-ex.git" }, { "name": "SOURCE_REPOSITORY_REF", diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 1b1fb9d..3036496 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -5,12 +5,12 @@ "name": "django-example", "annotations": { "openshift.io/display-name": "Django", - "description": "An example Django application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.", + "description": "An example Django application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.", "tags": "quickstart,python,django", "iconClass": "icon-python", "openshift.io/long-description": "This template defines resources needed to develop a Django based application, including a build configuration and application deployment configuration. It does not include a database.", "openshift.io/provider-display-name": "Red Hat, Inc.", - "openshift.io/documentation-url": "https://github.com/openshift/django-ex", + "openshift.io/documentation-url": "https://github.com/sclorg/django-ex", "openshift.io/support-url": "https://access.redhat.com", "template.openshift.io/bindable": "false" } @@ -19,7 +19,7 @@ "template": "django-example", "app": "django-example" }, - "message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.", + "message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/django-ex/blob/master/README.md.", "objects": [ { "kind": "Secret", @@ -267,7 +267,7 @@ "displayName": "Git Repository URL", "required": true, "description": "The URL of the repository with your application source code.", - "value": "https://github.com/openshift/django-ex.git" + "value": "https://github.com/sclorg/django-ex.git" }, { "name": "SOURCE_REPOSITORY_REF", diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index 51231bd..32642b3 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -224,7 +224,7 @@ pre {

Deploying code changes

- The source code for this application is available to be forked from the OpenShift GitHub repository. + The source code for this application is available to be forked from the OpenShift GitHub repository. You can configure a webhook in your repository to make OpenShift automatically start a build whenever you push your code: