Skip to content
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
2 changes: 1 addition & 1 deletion env/common/templates/galaxy/config/job_conf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ execution:
function: map_tool_to_destination
rules_module: tpv.rules
tpv_config_files:
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/e2277c4e9aa8044342832f08d9fc06ebf7e8287c/tools.yml"
- "{{ tpv_config_dir }}/defaults.yaml"
- "{{ tpv_config_dir }}/environments.yaml"
- "{{ tpv_config_dir }}/tools_pre_shared.yaml"
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/main/tools.yml"
- "{{ tpv_config_dir }}/tools.yaml"
- "{{ tpv_config_dir }}/users.yaml"
- "{{ tpv_config_dir }}/roles.yaml"
Expand Down
2 changes: 1 addition & 1 deletion env/main/templates/galaxy/config/job_conf_vgp.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ execution:
function: map_tool_to_destination
rules_module: tpv.rules
tpv_config_files:
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/e2277c4e9aa8044342832f08d9fc06ebf7e8287c/tools.yml"
- "{{ tpv_config_dir }}/defaults_vgp.yaml"
- "{{ tpv_config_dir }}/environments_vgp.yaml"
- "https://raw.githubusercontent.com/galaxyproject/tpv-shared-database/main/tools.yml"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you cut regular releases we can create PRs for updates and test them out. That way we're getting timely updates without the surprise factor.

- "{{ tpv_config_dir }}/tools_vgp.yaml"
#- "{{ tpv_config_dir }}/users_vgp.yaml"
- "{{ tpv_config_dir }}/roles_vgp.yaml"
Expand Down