Skip to content

Commit

Permalink
Merge pull request #5 from rohanpm/repo-transfer
Browse files Browse the repository at this point in the history
Update references for repo transfer
  • Loading branch information
rohanpm committed Mar 24, 2020
2 parents bd34cf6 + cda9a24 commit 9f0cb9e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ cdn-definitions

Data definitions for Red Hat's content delivery network.

![Build status](https://travis-ci.org/rohanpm/cdn-definitions.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/rohanpm/cdn-definitions/badge.svg?branch=master)](https://coveralls.io/github/rohanpm/cdn-definitions?branch=master)
![Build status](https://travis-ci.org/release-engineering/cdn-definitions.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/release-engineering/cdn-definitions/badge.svg?branch=master)](https://coveralls.io/github/release-engineering/cdn-definitions?branch=master)

- [Source](https://github.com/rohanpm/cdn-definitions)
- [Documentation](https://rohanpm.github.io/cdn-definitions/)
- [Source](https://github.com/release-engineering/cdn-definitions)
- [Documentation](https://release-engineering.github.io/cdn-definitions/)
- [PyPI](https://pypi.org/project/cdn-definitions)

This project maintains a dataset defining and influencing certain behaviors
of Red Hat's CDN, such as aliases between paths.

To get an idea of the type of data maintained within this project, you can
[browse the latest published dataset](https://rohanpm.github.io/cdn-definitions/data.yaml).
[browse the latest published dataset](https://release-engineering.github.io/cdn-definitions/data.yaml).

See the
[User Guide](https://rohanpm.github.io/cdn-definitions/userguide.html#) for more information
[User Guide](https://release-engineering.github.io/cdn-definitions/userguide.html#) for more information
if you are interested in consuming this data, or the
[Maintenance Guide](https://rohanpm.github.io/cdn-definitions/maint.html#) if you need
[Maintenance Guide](https://release-engineering.github.io/cdn-definitions/maint.html#) if you need
to make changes.

License
Expand Down
2 changes: 1 addition & 1 deletion cdn_definitions/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "http://rohanpm.github.io/cdn-definitions/schema.json",
"$id": "http://release-engineering.github.io/cdn-definitions/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion cdn_definitions/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Check the dataset itself for explanatory comments on each field.

$schema: http://json-schema.org/draft-07/schema#
$id: http://rohanpm.github.io/cdn-definitions/schema.json
$id: http://release-engineering.github.io/cdn-definitions/schema.json


definitions:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# documentation.
#
html_theme_options = {
"github_user": "rohanpm",
"github_user": "release-engineering",
"github_repo": "cdn-definitions",
"github_button": False,
"github_banner": True,
Expand Down
8 changes: 4 additions & 4 deletions docs/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This dataset contains the latest version of CDN definitions.

It is also available in raw JSON or YAML format at URLs:

- https://rohanpm.github.io/cdn-definitions/data.json
- https://rohanpm.github.io/cdn-definitions/data.yaml
- https://release-engineering.github.io/cdn-definitions/data.json
- https://release-engineering.github.io/cdn-definitions/data.yaml


.. include:: ../cdn_definitions/data.yaml
Expand All @@ -24,8 +24,8 @@ the CDN definitions.

It is also available in raw JSON or YAML format at URLs:

- https://rohanpm.github.io/cdn-definitions/schema.json
- https://rohanpm.github.io/cdn-definitions/schema.yaml
- https://release-engineering.github.io/cdn-definitions/schema.json
- https://release-engineering.github.io/cdn-definitions/schema.yaml

.. include:: ../cdn_definitions/schema.yaml
:code: yaml
4 changes: 2 additions & 2 deletions docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Usage as online dataset

The latest version of this dataset can be downloaded at any time from URLs:

- https://rohanpm.github.io/cdn-definitions/data.json
- https://rohanpm.github.io/cdn-definitions/data.yaml
- https://release-engineering.github.io/cdn-definitions/data.json
- https://release-engineering.github.io/cdn-definitions/data.yaml

Both files contain equivalent data.

Expand Down
2 changes: 1 addition & 1 deletion scripts/push-docs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git init
git config user.name "${GITHUB_AUTHOR:-doc bot}"
git config user.email "${GITHUB_EMAIL:-rmcgover@redhat.com}"

git remote add origin "https://$GITHUB_TOKEN@github.com/rohanpm/cdn-definitions.git"
git remote add origin "https://$GITHUB_TOKEN@github.com/release-engineering/cdn-definitions.git"
git fetch origin
git reset origin/gh-pages || true

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_long_description():
author="Rohan McGovern",
author_email="rmcgover@redhat.com",
packages=["cdn_definitions"],
url="https://github.com/rohanpm/cdn-definitions",
url="https://github.com/release-engineering/cdn-definitions",
license="GNU General Public License",
description=get_description(),
include_package_data=True,
Expand Down

0 comments on commit 9f0cb9e

Please sign in to comment.