Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://download.rethinkdb.com/apt/pubkey.gpg missing #33

Open
ghost opened this issue Sep 11, 2020 · 0 comments
Open

https://download.rethinkdb.com/apt/pubkey.gpg missing #33

ghost opened this issue Sep 11, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2020

I'm trying to use the Elixir driver and found Travis couldn't find the OpenGPG key file under https://download.rethinkdb.com/apt/pubkey.gpg.

Failed to stop rethinkdb.service: Unit rethinkdb.service not loaded.
$ wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -v -''
gpg: no valid OpenPGP data found.
E: No packages found
0.37s$ sudo apt-get install -y -o Dpkg::Options::='--force-confnew' rethinkdb=$package_version
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package rethinkdb
Installing RethinkDB default instance configuration
cp: cannot stat '/etc/rethinkdb/default.conf.sample': No such file or directory
Starting RethinkDB v2.4
0.11s$ sudo service rethinkdb start
Failed to start rethinkdb.service: Unit rethinkdb.service not found.
$ rethinkdb --version
rethinkdb: command not found

RethinkDB is available as on addon, so I believe the OpenGPG key URL is managed by Travis or someone else I don't know yet.

The OpenGPG file available at https://download.rethinkdb.com/repository/raw/pubkey.gpg as I found after browsing Nexus https://download.rethinkdb.com/#browse/browse:raw:pubkey.gpg

Locally I can run the tests, and none fails, but Travis fails due to the inability to install RethinkDB. Who can help me with the TravisCI RethinkDB addon?

Edit:
https://travis-ci.community/t/rethinkdb-addon-does-not-start/3612/7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants