File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ test-unit:
4545 pytest -v -m unit
4646
4747test-integration :
48- @rethinkdb &
48+ @rebirthdb &
4949 pytest -v -m integration
50- @killall rethinkdb
50+ @killall rebirthdb
5151
5252test-ci :
5353 @rethinkdb&
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export DISTRIB_CODENAME=$(lsb_release -sc)
77
88echo " This currently will not work for rethinkdb. It is in the process of being fixed."
99exit 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
1313sudo 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"
You can’t perform that action at this time.
0 commit comments