Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    Wrong debian apt documentation (web and app)

    Scheduled Pinned Locked Moved Support
    4 Posts 3 Posters 27 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ScatiS Offline
      Scati
      last edited by

      Hi,
      I found several mistakes in the debian feeds client configuration documentation, both inedo docs webpage and proget app web (strangely they aren't the same).
      https://docs.inedo.com/docs/proget-feeds-debian
      wget -qO - http://{proget-server}/debian-feeds/keys/{feed-name}.asc
      In a new Debian feed that URL address return the error (404) Not Found.

      In the section Adding the repository there is a misspelling (debina vs debian)
      echo "deb http://{proget-server}/debina/{feed-name} {distro-name} {component-name}"

      On the other side the information the Integrate with apt information on proget web app is also erroneous:
      echo "deb http://myserver:8624/debian/stable/bionic libs scati third" | sudo tee "/etc/apt/sources.list.d/proget-stable.list"
      The distro-name should be separated by a space from the URL echo "deb http://myserver:8624/debian/stable bionic libs scati third"

      Above all, bear in mind that apt-key was considered deprecated as of Debian 11 and Ubuntu 22.04

      1 Reply Last reply Reply Quote 0
      • gdivisG Offline
        gdivis inedo-engineer
        last edited by

        Hi @daniel-scati,

        Thanks for reporting these. We've fixed the documentation issues, and will have the integration instructions corrected in the next release (v2023.30 as PG-2585).

        Regarding the apt-key deprecation, we were aware of that when redoing Debian for v2023.22, but at the time it didn't look like there was any kind of consensus for how to handle trusting a third-party repository, and nearly all other repos we looked at still only gave instructions for using apt-key. We're happy to reevaluate this if there is a better solution available.

        -Greg

        1 Reply Last reply Reply Quote 0
        • ScatiS Offline
          Scati
          last edited by

          Setting aside the apt-key deprecation point. I'm using now 2023.32 and the Integrate with apt documentation is perfect now.
          If I'm not wrong the web documentation it's still incorrect, though.

          Add the signing key
          To add the signing key to apt, run the following command:
          wget -qO - http://{proget-server}/debian/keys/{feed-name}.asc | sudo apt-key add -
          

          Should be:

          wget -qO - http://{proget-server}/debian/{feed-name}/keys/{feed-name}.asc | sudo apt-key add -
          
          1 Reply Last reply Reply Quote 0
          • rhessingerR Offline
            rhessinger inedo-engineer
            last edited by

            Hi @daniel-scati ,

            Thanks for catching that! I have updated the documentation.

            Thanks,
            Rich

            Products Engineer, Inedo

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 1 / 1
            • First post
              Last post
            Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation