You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/06/24 19:32:01 UTC

[GitHub] [couchdb] camtauxe opened a new issue, #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

camtauxe opened a new issue, #4081:
URL: https://github.com/apache/couchdb/issues/4081

   The CouchDB apt repository at https://apache.jfrog.io/artifactory/couchdb-deb/ does not include a release for the latest Ubuntu LTS, 22.04 "Jammy Jellyfish"
   
   ## Description
   
   Following the installation instructions provided in the [official docs](https://docs.couchdb.org/en/stable/install/unix.html#enabling-the-apache-couchdb-package-repository) eventually fails with the message:
   
   ```
   Failed to update apt cache: E:The repository 'https://apache.jfrog.io/artifactory/couchdb-deb jammy Release' does not have a Release file.
   ```
   
   ## Steps to Reproduce
   
   (Commands copy-pasted from installation instructions)
   
   ```
   sudo apt update && sudo apt install -y curl apt-transport-https gnupg
   curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee /usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
   source /etc/os-release
   echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" \
       | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
   ```
   
   ## Expected Behaviour
   
   Adding the apt repository succeeds because there is a release for this version of Ubuntu
   
   ## Your Environment
   
   * Operating system and version: Ubuntu 22.04
   


-- 
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: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva commented on issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #4081:
URL: https://github.com/apache/couchdb/issues/4081#issuecomment-1168300118

   @camtauxe @big-r81 I uploaded a jammy CI / build image then built and uploaded packages for jammy in https://github.com/apache/couchdb-pkg/pull/100
   
   I had noticed that either libicu or mozjs78 brings a tzdata package and then it ask for an interactive timezone choice during install.


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] big-r81 commented on issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

Posted by GitBox <gi...@apache.org>.
big-r81 commented on issue #4081:
URL: https://github.com/apache/couchdb/issues/4081#issuecomment-1165895462

   @nickva maybe we should add it to the CI too? Should I reopen #4062?


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva closed issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

Posted by GitBox <gi...@apache.org>.
nickva closed issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"
URL: https://github.com/apache/couchdb/issues/4081


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva commented on issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #4081:
URL: https://github.com/apache/couchdb/issues/4081#issuecomment-1165896890

   Good idea @big-r81 


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva commented on issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #4081:
URL: https://github.com/apache/couchdb/issues/4081#issuecomment-1165879502

   Good idea @camtauxe.
   
   For now I believe it might be possible to use the focal version


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva commented on issue #4081: Provide release for Ubuntu 22.04 "Jammy Jellyfish"

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #4081:
URL: https://github.com/apache/couchdb/issues/4081#issuecomment-1178586791

   Closing issue. Please reopen if there are any problems with the new jammy packages


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org