From 646c3d83e6eaae3fe64538ebe87a360fb06d13ea Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Mon, 2 Dec 2013 15:40:40 +0100 Subject: [PATCH] Temporary fix for travis pull request, revert these changes after code review has been completed. --- tests/scripts/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 3a52bb75..6d29409e 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -5,7 +5,7 @@ mysql -u root -e "create database fedora;" mysql -u root -e "GRANT ALL PRIVILEGES ON fedora.* To 'fedora'@'localhost' IDENTIFIED BY 'fedora';" mysql -u root -e "GRANT ALL PRIVILEGES ON drupal.* To 'drupal'@'localhost' IDENTIFIED BY 'drupal';" cd $HOME -git clone git://github.com/Islandora/tuque.git +git clone -b 1.x-futures-rebase git://github.com/nigelgbanks/tuque.git git clone -b $FEDORA_VERSION git://github.com/Islandora/islandora_tomcat.git cd islandora_tomcat export CATALINA_HOME='.'