commit/galaxy-central: greg: I meant to make this file a .sample file.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3bdd01eda31d/ Changeset: 3bdd01eda31d User: greg Date: 2014-05-17 16:10:23 Summary: I meant to make this file a .sample file. Affected #: 3 files diff -r 2e6e51179f7177b743bd970095be7e261ae62700 -r 3bdd01eda31d3f9b195b11982b31c58bc37254e8 lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml --- a/lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<user> - <email>admin@test.org</email> - <password>testuser</password> - <username>admin</username> -</user> diff -r 2e6e51179f7177b743bd970095be7e261ae62700 -r 3bdd01eda31d3f9b195b11982b31c58bc37254e8 lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml.sample --- /dev/null +++ b/lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml.sample @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<!-- +If you are planning to use the export / import repository capsule process for development in your +local Tool Shed, make sure to change the following to be the account you'll use for development. +When you export your developed repositories for importing into another Tool Shed, this account +must be available in that Tool Shed.. +--> +<user> + <email>admin@test.org</email> + <password>testuser</password> + <username>admin</username> +</user> diff -r 2e6e51179f7177b743bd970095be7e261ae62700 -r 3bdd01eda31d3f9b195b11982b31c58bc37254e8 run_tool_shed.sh --- a/run_tool_shed.sh +++ b/run_tool_shed.sh @@ -15,6 +15,7 @@ tool_sheds_conf.xml.sample openid_conf.xml.sample universe_wsgi.ini.sample + lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml.sample tool-data/shared/ncbi/builds.txt.sample tool-data/shared/ensembl/builds.txt.sample tool-data/shared/ucsc/builds.txt.sample 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.
participants (1)
-
commits-noreply@bitbucket.org