Skip to content

Commit

Permalink
Travis remove sed crap
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 17, 2013
1 parent 69fd236 commit 3e0bdb5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/travis-build
Expand Up @@ -69,12 +69,6 @@ pip install -r pip-requirements-test.txt --use-mirrors

python setup.py develop

### Configure CKAN's configuration file
##sed -i -e 's/.*solr_url.*/solr_url = http:\/\/127.0.0.1:8983\/solr/' test-core.ini
##sed -i -e 's/.*ckan\.site_id.*/ckan.site_id = travis_ci/' test-core.ini
##sed -i -e 's/^sqlalchemy.url.*/sqlalchemy.url = postgresql:\/\/postgres@\/ckan_test/' test-core.ini
##sed -i -e 's/.*datastore.write_url.*/ckan.datastore.write_url = postgresql:\/\/postgres@\/ckan_test_datastore/' test-core.ini

# Configure Solr
echo "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8983\nJAVA_HOME=$JAVA_HOME" | sudo tee /etc/default/jetty
# FIXME the solr schema cannot be hardcoded as it is dependent on the ckan version
Expand Down

0 comments on commit 3e0bdb5

Please sign in to comment.