commit/galaxy-central: inithello: Make buildbot_setup.sh actually copy the job_conf sample file.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/400659787f76/ changeset: 400659787f76 user: inithello date: 2013-02-11 19:56:11 summary: Make buildbot_setup.sh actually copy the job_conf sample file. affected #: 1 file diff -r bc2115a935f3f540dc6c3d1ce7e27894685a0182 -r 400659787f76f11ee54fb8e3d97a258ab35843cb buildbot_setup.sh --- a/buildbot_setup.sh +++ b/buildbot_setup.sh @@ -70,7 +70,6 @@ tool_data_table_conf.xml.sample shed_tool_data_table_conf.xml.sample migrated_tools_conf.xml.sample -job_conf.xml.sample_basic tool-data/shared/ensembl/builds.txt.sample tool-data/shared/igv/igv_build_sites.txt.sample tool-data/shared/ncbi/builds.txt.sample @@ -115,6 +114,9 @@ cp $sample $file done +echo "Copying job_conf.xml.sample_basic to job_conf.xml" +cp job_conf.xml.sample_basic job_conf.xml + for dir in $DIRS; do if [ ! -d $dir ]; then echo "Creating $dir" 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)
-
Bitbucket