Skip to content

Commit 6a28322

Browse files
committed
Added mit-open repository/project
1 parent 385b68b commit 6a28322

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async def build_release(*, root):
176176

177177
async def generate_release_pr(
178178
*, github_access_token, repo_url, old_version, new_version, base_branch, root
179-
):
179+
): # pylint: disable=too-many-arguments
180180
"""
181181
Make a release pull request for the deployed release-candidate branch
182182

repos_info.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333
"web_application_type": "django",
3434
"versioning_strategy": "python"
3535
},
36+
{
37+
"name": "mit-open",
38+
"repo_url": "https://github.com/mitodl/mit-open.git",
39+
"ci_hash_url": "https://mit-open-ci.odl.mit.edu/static/hash.txt",
40+
"rc_hash_url": "https://mit-open-rc.odl.mit.edu/static/hash.txt",
41+
"prod_hash_url": "https://mitopen.odl.mit.edu/static/hash.txt",
42+
"channel_name": "product-mit-open-next",
43+
"project_type": "web_application",
44+
"web_application_type": "django",
45+
"versioning_strategy": "python"
46+
},
3647
{
3748
"name": "mitxpro",
3849
"repo_url": "https://github.com/mitodl/mitxpro.git",

0 commit comments

Comments
 (0)