Skip to content

Commit 7989188

Browse files
committed
Use rebirthdb for testing until bintray is fixed
1 parent 962b93e commit 7989188

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ test-unit:
4545
pytest -v -m unit
4646

4747
test-integration:
48-
@rethinkdb&
48+
@rebirthdb&
4949
pytest -v -m integration
50-
@killall rethinkdb
50+
@killall rebirthdb
5151

5252
test-ci:
5353
@rethinkdb&

scripts/install-db.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export DISTRIB_CODENAME=$(lsb_release -sc)
77

88
echo "This currently will not work for rethinkdb. It is in the process of being fixed."
99
exit 1
10-
echo "deb https://dl.bintray.com/rethinkdb/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
11-
wget -qO- https://dl.bintray.com/rethinkdb/keys/pubkey.gpg | sudo apt-key add -
10+
echo "deb https://dl.bintray.com/rebirthdb/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rebirthdb.list
11+
wget -qO- https://dl.bintray.com/rebirthdb/keys/pubkey.gpg | sudo apt-key add -
1212

1313
sudo apt-get update --option Acquire::Retries=100 --option Acquire::http::Timeout="300"
14-
sudo apt-get --allow-unauthenticated install rethinkdb --option Acquire::Retries=100 --option Acquire::http::Timeout="300"
14+
sudo apt-get --allow-unauthenticated install rebirthdb --option Acquire::Retries=100 --option Acquire::http::Timeout="300"

0 commit comments

Comments
 (0)