Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Sigve.opedal_6476
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Sigve.opedal_6476

    @Sigve.opedal_6476

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Sigve.opedal_6476 Follow

    Best posts made by Sigve.opedal_6476

    This user hasn't posted anything yet.

    Latest posts made by Sigve.opedal_6476

    • RE: Support for gpg in rpm feed

      Hi @atripp

      I have already tried to make an asset and then download gpg keys to my machine and upload to the asset and then use the url for the gpg key in the asset. I doesn't work, I don't know why.

      But I know the same gpkey works in our old solution, which just mirrors the entire remote repository to a local server with rsync.

      When I tried Sonatype, I also got it to work, but I don't remember exactly how.

      posted in Support
      S
      Sigve.opedal_6476
    • RE: Support for gpg in rpm feed

      Sorry. Maybe I was a bit unclear. I guess my question is: Is it possible to host gpg keys through proget so that we can have gpgcheck enabled?

      For example, the docker ce repo looks like this straight from docker.com:

      [docker-ce-stable]
      name=Docker CE Stable - $basearch
      baseurl=https://download.docker.com/linux/rhel/$releasever/$basearch/stable
      enabled=1
      gpgcheck=1
      gpgkey=https://download.docker.com/linux/rhel/gpg
      

      Is there a way to replace the gpgkey url with

      gpgkey=https://myproget.mycompany.com/gpg/docker/gpg
      

      The gpgkeys are not included in a rpm feed through proget, since the feeds have to point to the repodata/ folder in the public repository.

      posted in Support
      S
      Sigve.opedal_6476
    • Support for gpg in rpm feed

      Hello. Is there a way to have gpgcheck enabled in rpm feeds? The servers using the rpm feeds from our proget server does not have access to the internet, so they cannot download the gpg keys from the public repositories. So to have an own "feed" for gpg keys would be nice. I've tried to create an asset for gpg keys, but manually downloading and uploading gpg keys does not work, probably because the timestamp on the keys change.
      Keys from our old repo server which has been synced from public repos using rsync to a local server works.

      posted in Support
      S
      Sigve.opedal_6476