Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. hwittenborn
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by hwittenborn

    • hwittenborn

      How to download private GPG key of an APT repository
      Support • • hwittenborn  

      11
      0
      Votes
      11
      Posts
      22
      Views

      hwittenborn

      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.
    • hwittenborn

      CLI interface for ProGet
      Support • • hwittenborn  

      2
      0
      Votes
      2
      Posts
      7
      Views

      apxltd

      @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
    • hwittenborn

      API docs for ProGet health information is incorrect
      Support • • hwittenborn  

      3
      0
      Votes
      3
      Posts
      8
      Views

      hwittenborn

      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.
    • hwittenborn

      Unable to access https://proget.inedo.com
      Support • • hwittenborn  

      5
      0
      Votes
      5
      Posts
      11
      Views

      atripp

      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
    • hwittenborn

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

      8
      0
      Votes
      8
      Posts
      11
      Views

      atripp

      @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 :)
    • hwittenborn

      Allow login cookies on ProGet to persist across browser restarts
      Support • • hwittenborn  

      2
      0
      Votes
      2
      Posts
      6
      Views

      stevedennis

      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
    • hwittenborn

      Can't delete Debian packages from the web interface
      Support • • hwittenborn  

      3
      0
      Votes
      3
      Posts
      9
      Views

      hwittenborn

      @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!
    • hwittenborn

      Debian feed instructions are incorrect
      Support • • hwittenborn  

      8
      0
      Votes
      8
      Posts
      25
      Views

      rhessinger

      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
    • hwittenborn

      'latest' tag for ProGet Docker image isn't working
      Support • • hwittenborn  

      3
      0
      Votes
      3
      Posts
      14
      Views

      hwittenborn

      Thanks! Everything looks like it working fine.
    • hwittenborn

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

      10
      0
      Votes
      10
      Posts
      29
      Views

      rhessinger

      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