2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/96eb54eec55b/ Changeset: 96eb54eec55b Branch: stable User: BjoernGruening Date: 2014-10-22 13:10:32+00:00 Summary: Hide the GALAXY env variable. This enables us to set it externally and just call the script. Very useful in docker containers. Affected #: 1 file diff -r 78c9a97be4b6bfe55136b055477fd1b9f22fd848 -r 96eb54eec55b362399fd9b6c856612218172983e cron/updateucsc.sh.sample --- a/cron/updateucsc.sh.sample +++ b/cron/updateucsc.sh.sample @@ -4,8 +4,8 @@ # the update fails, not replace current data/tables with error # messages. -# Edit this line to refer to galaxy's path: -GALAXY=/galaxy/path +## Uncomment and edit this line to refer to galaxy's path: +#GALAXY=/galaxy/path PYTHONPATH=${GALAXY}/lib export PYTHONPATH https://bitbucket.org/galaxy/galaxy-central/commits/9bc08bc7f393/ Changeset: 9bc08bc7f393 Branch: stable User: dannon Date: 2014-10-23 02:50:21+00:00 Summary: Merged in BjoernGruening/galaxy-central/stable (pull request #537) [STABLE] Hide the GALAXY env variable. Affected #: 1 file diff -r ba1447685bc2470cb545612450b6364057b6d8c5 -r 9bc08bc7f393362ee7e6cf1d04bb9d8cee68f2d8 cron/updateucsc.sh.sample --- a/cron/updateucsc.sh.sample +++ b/cron/updateucsc.sh.sample @@ -4,8 +4,8 @@ # the update fails, not replace current data/tables with error # messages. -# Edit this line to refer to galaxy's path: -GALAXY=/galaxy/path +## Uncomment and edit this line to refer to galaxy's path: +#GALAXY=/galaxy/path PYTHONPATH=${GALAXY}/lib export PYTHONPATH Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.