Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. hwittenborn
    3. Topics

    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!

    hwittenbornH Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 37
    • Groups 0

    Topics

    • hwittenbornH

      How to download private GPG key of an APT repository

      Watching Ignoring Scheduled Pinned Locked Moved Support
      11
      0 Votes
      11 Posts
      28 Views
      hwittenbornH
      I'm pretty sure it's just due to Microsoft SQL's CLI cutting off the XML output @atripp, as the XML object would just be unfinished when viewing in my terminal. I'm gonna whip together a quick CLI to try to pull it out programmatically later today, and then I can let you know if it all works. I'm quite confident that's what's been causing my issue though.
    • hwittenbornH

      CLI interface for ProGet

      Watching Ignoring Scheduled Pinned Locked Moved Support
      2
      0 Votes
      2 Posts
      7 Views
      apxltdA
      @hwittenborn awesome! I'm not sure if you saw it yet, but we have a new API called the Common Package API; I hope to fold in Promotion, Repackaging, and Deployment under this so it can be consistent
    • hwittenbornH

      API docs for ProGet health information is incorrect

      Watching Ignoring Scheduled Pinned Locked Moved Support
      3
      0 Votes
      3 Posts
      8 Views
      hwittenbornH
      Cool, thanks a ton for the quick response and getting the docs fixed! I'll send something in a new message if I get any other questions.
    • hwittenbornH

      Unable to access https://proget.inedo.com

      Watching Ignoring Scheduled Pinned Locked Moved Support
      5
      0 Votes
      5 Posts
      11 Views
      atrippA
      Thanks for letting us know, @hwittenborn We must not have the http --> redirect setup in our DR server , we'll try to get that soon
    • hwittenbornH

      What user should I use for PyPi uploads from Twine in a CI system when using Feed API keys?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      8
      0 Votes
      8 Posts
      11 Views
      atrippA
      @hwittenborn thanks for letting me know -- that was going to be my next suggestion. It's very possible the key had an unexpected combination of properties/permissions and that didn't translate to the v6 internal model But easy enough to recreate in a case like that :)
    • hwittenbornH

      Allow login cookies on ProGet to persist across browser restarts

      Watching Ignoring Scheduled Pinned Locked Moved Support
      2
      0 Votes
      2 Posts
      6 Views
      stevedennisS
      Hi @hwittenborn , I can definitely see how this could get annoying; this has been the design of our products for quite a while, mostly for simplicity/security reasons, and there hasn't been much demand for changing it. We're definitely open, so if other users are interested we'll certainly consider it. Most administrators prefer "short sessions" (i.e. logged out at browser close or with no activity) for their own management simplicity; if we were to add "long sessions" (the "Remember Me" checkbox using persistent cookies), then administrators would need to worry about which users are "logged in", for how long, and terminate those sessions. And then we'd have to add all the features to support that capability - so nontrivial. Best, Steve
    • hwittenbornH

      Can't delete Debian packages from the web interface

      Watching Ignoring Scheduled Pinned Locked Moved Support
      3
      0 Votes
      3 Posts
      9 Views
      hwittenbornH
      @rhessinger It looks like I was on a wrong menu or something, and it thus wasn't showing up. I was able to dig around a bit and found the option though. Thanks!
    • hwittenbornH

      Debian feed instructions are incorrect

      Watching Ignoring Scheduled Pinned Locked Moved Support
      8
      0 Votes
      8 Posts
      29 Views
      rhessingerR
      Hi @hwittenborn, Thanks for the extra information. It is very much appreciated! Are you saying the file fails to get added if you save it under the filename {feed-name}.pub? I actually used it as a gpg file extension, but honestly, your solution much better. The file extension doesn't actually matter that much. Once it is added using apt-key, it just extract to contents and stores them in their keyring. You can see this by running sudo apt-key list. I was more stating that in order for it to work for me on Ubuntu 20.04, I had to have everything named as the lowercase feed name in order for it to work for me. Although, I'm not sure if the lower case part matters. For example, for a feed name defaultdebian, I ran this: wget -qO - http://proget.localhost/debian-feeds/defaultdebian.pub | sudo apt-key add - echo "deb http://proget.localhost/ defaultdebian main" | sudo tee /etc/apt/sources.list.d/defaultdebian.list sudo apt update As a test I changed echo "deb http://proget.localhost/ defaultdebian main" | sudo tee /etc/apt/sources.list.d/defaultdebian.list to be echo "deb http://proget.localhost/ defaultdebian main" | sudo tee /etc/apt/sources.list.d/proget-defaultdebian.list and that actually wouldn't work for me. This caused a bunch of warnings when I ran sudo apt update. For some reason this only mattered in newer versions of apt though. All in all, I will update the documentation to correct your command (adding the missing '-' ) and to include the updates to the naming. Hopefully, this will be clearer going forward for other users. Thanks for all of your help! Thanks, Rich
    • hwittenbornH

      'latest' tag for ProGet Docker image isn't working

      Watching Ignoring Scheduled Pinned Locked Moved Support
      3
      0 Votes
      3 Posts
      14 Views
      hwittenbornH
      Thanks! Everything looks like it working fine.
    • hwittenbornH

      Changing Settings in ProGet Keeps Resulting in a "502 Bad Gateway" Error

      Watching Ignoring Scheduled Pinned Locked Moved Support
      10
      0 Votes
      10 Posts
      33 Views
      rhessingerR
      Hi @hwittenborn, Thanks for the additional information. We talked about this in our team meeting this week and we decided we are going to clean up when restarts are needed and we are hoping to give better messaging to the user when a container needs to be restarted. Some of the restart requirements are leftover from previous requirements that have since changed. So hopefully we can make this process a bit easier in the future. Thanks, Rich
    • 1 / 1