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

remove jwst pub and add roman tvac to submission list #1018

Merged
Merged
Show file tree
Hide file tree
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: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
11.17.14 (unreleased)
=====================

General
-------

- Remove jwst pub and add roman tvac to submission list. [#1018]

11.17.13 (2023-12-01)
====================

Expand Down
6 changes: 3 additions & 3 deletions crds/submit/rc_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ class NoFilesSelected(Exception):
'jwst': 'https://jwst-crds.stsci.edu/',
'roman': 'https://roman-crds.stsci.edu/',
},
'pub': {
'jwst': 'https://jwst-crds-pub.stsci.edu/',
},
'test': {
'hst': 'https://hst-crds-test.stsci.edu/',
'jwst': 'https://jwst-crds-test.stsci.edu/',
'roman': 'https://roman-crds-test.stsci.edu/',
},
'tvac': {
'roman': 'https://roman-crds-tvac.stsci.edu/',
}
}

URL_DESCRIPTION = 'submission_form/redcat_description.yml'
Expand Down