vgfl opened a new issue #3713: URL: https://github.com/apache/couchdb/issues/3713
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description I have Ubuntu 20.04 (Focal). I have followed the instructions here: https://docs.couchdb.org/en/3.1.1/install/unix.html They recommend to use apache.bintray.com in the source.list file: $ sudo apt-get install -y gnupg ca-certificates $ echo "deb https://apache.bintray.com/couchdb-deb focal main" \ | sudo tee /etc/apt/sources.list.d/couchdb.list bintray.com seems decommissioned. https://bintray.com says it is now deprecated. When I type: sudo apt update It reports (among other things) on couchdb-deb: E: Failed to fetch https://apache.bintray.com/couchdb-deb/dists/focal/InRelease 403 Forbidden [IP: 35.161.110.43 443] ## Steps to Reproduce [NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. ) ## Expected Behaviour I expect it to work properly, and https://docs.couchdb.org/en/3.1.1/install/unix.html not to use bintray.com which seems deprecated. ## Your Environment [TIP]: # ( Include as many relevant details about your environment as possible. ) [TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. ) * CouchDB version used: * Browser name and version: * Operating system and version: ## Additional Context [TIP]: # ( Add any other context about the problem here. ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
