File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ test-unit:
45
45
pytest -v -m unit
46
46
47
47
test-integration :
48
- @rethinkdb &
48
+ @rebirthdb &
49
49
pytest -v -m integration
50
- @killall rethinkdb
50
+ @killall rebirthdb
51
51
52
52
test-ci :
53
53
@rethinkdb&
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export DISTRIB_CODENAME=$(lsb_release -sc)
7
7
8
8
echo " This currently will not work for rethinkdb. It is in the process of being fixed."
9
9
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 -
12
12
13
13
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"
You can’t perform that action at this time.
0 commit comments