Code Monkey home page Code Monkey logo

Comments (5)

mcjaeger avatar mcjaeger commented on June 26, 2024 1

going to work on it.

from sw360vagrant.

mcjaeger avatar mcjaeger commented on June 26, 2024 1

yes, I am testing it right now

from sw360vagrant.

drgsr avatar drgsr commented on June 26, 2024

Hi - I stubled on right the very same trap...
Obviously, the repo (apache.bintray) of couchdb got moved to jfrog ...
See e.g.
https://docs.couchdb.org/en/stable/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages
Quote from that page...

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

To Fix the issue, one needs to edit the file "puppet/manifests/sw360-base.pp"
Exchange the lines:
$puppet_does_not_allow_escaping='deb https://apache.bintray.com/couchdb-deb focal main'
to become:
$puppet_does_not_allow_escaping='deb https://apache.jfrog.io/artifactory/couchdb-deb/ focal main'
AND
command => "curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add -",
to become
command => "curl -L https://couchdb.apache.org/repo/keys.asc | sudo apt-key add -",

from sw360vagrant.

KoukiHama avatar KoukiHama commented on June 26, 2024

This pull request try to fix this issue.
#40

from sw360vagrant.

KoukiHama avatar KoukiHama commented on June 26, 2024

Solved by latest commit 2060f96

from sw360vagrant.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.