-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #540 from bgruening/19.09
19.09 release
- Loading branch information
Showing
7 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ MAINTAINER Björn A. Grüning, [email protected] | |
ARG GALAXY_RELEASE | ||
ARG GALAXY_REPO | ||
|
||
ENV GALAXY_RELEASE=${GALAXY_RELEASE:-release_19.05} \ | ||
ENV GALAXY_RELEASE=${GALAXY_RELEASE:-release_19.09} \ | ||
GALAXY_REPO=${GALAXY_REPO:-https://github.com/galaxyproject/galaxy} \ | ||
GALAXY_ROOT=/galaxy-central \ | ||
GALAXY_CONFIG_DIR=/etc/galaxy \ | ||
|
@@ -286,8 +286,9 @@ ADD welcome.html $GALAXY_CONFIG_DIR/web/welcome.html | |
#npm install && \ | ||
#rm -rf ~/.cache/ $GALAXY_ROOT/client/node_modules/ | ||
|
||
# change the default location of shed_tools to be ../shed_tools | ||
RUN sed -i 's|database|..|' $GALAXY_ROOT/config/shed_tool_conf.xml | ||
# This is a dead symlink in 19.09, triggering an error when creating /export at startup | ||
# See https://github.com/galaxyproject/galaxy/pull/9292 | ||
RUN rm /galaxy-central/lib/galaxy/web/framework/static/toolshed/src | ||
|
||
# Switch back to User root | ||
USER root | ||
|
Submodule galaxyprojectdotorg.galaxyextras
updated
6 files
+1 −1 | tasks/galaxy_extra_dependencies.yml | |
+1 −1 | tasks/galaxy_root.yml | |
+1 −1 | tasks/pbs.yml | |
+1 −1 | tasks/slurm.yml | |
+1 −1 | tasks/uwsgi.yml | |
+2 −2 | templates/startup.sh.j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters