Skip to content

Commit 08804e2

Browse files
authored
Merge pull request #228 from creativecommons/ccos-website-repo-rename
Rename CCOS website repository
2 parents 57b257b + c6edfec commit 08804e2

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ based on the [`community_team_members.json`][databag] Lektor databag.
7171

7272
[sync_teams_yml]: .github/workflows/sync_community_teams.yml
7373
[teams_file]: sync_community_teams.py
74-
[databag]: https://github.com/creativecommons/creativecommons.github.io-source/blob/master/databags/community_team_members.json
74+
[databag]: https://github.com/creativecommons/ccos-website-source/blob/master/databags/community_team_members.json
7575
[ctlistpage]: https://opensource.creativecommons.org/community/community-team/members/
7676

7777

@@ -149,7 +149,7 @@ This retreives data from Asana, formats it as a lektor databag, and pushes it
149149
to CC Open Source website source repository:
150150
- Data Source: [Community Team Tracking - Asana][asana] (limited access)
151151
- Data Destination:
152-
- [`creativecommons/creativecommons.github.io-source`][ccos_source]
152+
- [`creativecommons/ccos-website-source`][ccos_source]
153153
- [`databags/community_team_members.json`][db_community]
154154
- [`databags/repos.json`][db_repos]
155155

@@ -162,9 +162,9 @@ The destination data is used by the following pages:
162162
[ctlistpage]: https://opensource.creativecommons.org/community/community-team/members/
163163
[osproj]: https://opensource.creativecommons.org/contributing-code/projects/
164164
[asana]: https://app.asana.com/0/1172465506923657/list
165-
[ccos_source]: https://github.com/creativecommons/creativecommons.github.io-source
166-
[db_community]: https://github.com/creativecommons/creativecommons.github.io-source/blob/main/databags/community_team_members.json
167-
[db_repos]: https://github.com/creativecommons/creativecommons.github.io-source/blob/main/databags/repos.json
165+
[ccos_source]: https://github.com/creativecommons/ccos-website-source
166+
[db_community]: https://github.com/creativecommons/ccos-website-source/blob/main/databags/community_team_members.json
167+
[db_repos]: https://github.com/creativecommons/ccos-website-source/blob/main/databags/repos.json
168168

169169

170170
## Environment Variables

ccos/data/push_data_via_git.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# First-party/Local
1111
from ccos.gh_utils import GITHUB_ORGANIZATION, get_credentials
1212

13-
GITHUB_REPO_NAME = "creativecommons.github.io-source"
13+
GITHUB_REPO_NAME = "ccos-website-source"
1414
GIT_USER_EMAIL = "cc-creativecommons-github-io-bot@creativecommons.org"
1515
GIT_USER_NAME = "CC creativecommons.github.io Bot"
1616
JSON_FILE_DIR = "databags"

ccos/manage/projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TimidRobot: # Application Programming and Management
5959
- ccrel
6060
- ccrel-guide
6161
- creativecommons.github.io
62-
- creativecommons.github.io-source
62+
- ccos-website-source
6363
- creativecommons.org
6464
- data-science-playground
6565
- eng-misc-scripts

ccos/norm/branch_protections.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EXEMPT_REPOSITORIES:
77
# special purpose repo
88
- australian-chapter
99
# exempted for bot pushes to default branch
10-
- creativecommons.github.io-source
10+
- ccos-website-source
1111
# exempted for bot pushes to default branch
1212
- creativecommons.github.io
1313
# special purpose repo
@@ -25,7 +25,7 @@ EXEMPT_REPOSITORIES:
2525
# REPOSITORY:
2626
# - STATUS_CHECK_NAME
2727
REQUIRED_STATUS_CHECK_MAP:
28-
creativecommons.github.io-source:
28+
ccos-website-source:
2929
- Build and Deploy CC Open Source
3030

3131
# Specify non-exempt repositories and the people, teams, or apps who are

ccos/norm/skills.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vocabulary:
44
- Sass
55
- JavaScript/Vue
66
- JavaScript/Storybook
7-
creativecommons.github.io-source:
7+
ccos-website-source:
88
- Sass
99
- Lektor
1010
- Jinja2

ccos/teams/get_community_team_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Constants should match 'ccos/data/push_data_via_git.py'
99
GITHUB_ORGANIZATION = "creativecommons"
10-
GITHUB_REPO_NAME = "creativecommons.github.io-source"
10+
GITHUB_REPO_NAME = "ccos-website-source"
1111

1212
# Constants should match 'push_data_to_ccos.py'
1313
CT_MEMBERS = "community_team_members.json"

0 commit comments

Comments
 (0)