commit/galaxy-central: natefoo: Add test data repository setup directly to the buildbot setup script.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/53ea14cb5909/ changeset: r5072:53ea14cb5909 user: natefoo date: 2011-02-16 19:37:13 summary: Add test data repository setup directly to the buildbot setup script. affected #: 1 file (347 bytes) --- a/buildbot_setup.sh Wed Feb 16 12:56:18 2011 -0500 +++ b/buildbot_setup.sh Wed Feb 16 13:37:13 2011 -0500 @@ -115,4 +115,17 @@ cp test-data/wig_to_bigwig_hg17.len tool-data/shared/ucsc/chrom/hg17.len fi +if [ -d "test-data-repo" ]; then + echo "Updating test data repository" + cd test-data-repo + hg pull + hg update + cd .. +else + echo "Cloning test data repository" + hg clone http://bitbucket.org/natefoo/galaxy-test-data/ test-data-repo +fi +echo "Setting up test data location files" +python test-data-repo/location/make_location.py + python ./scripts/fetch_eggs.py all 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