Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. rcpa0

    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!

    R Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 3
    • Groups 0

    rcpa0

    @rcpa0

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

    rcpa0 Unfollow Follow

    Latest posts made by rcpa0

    • Bug: "Download Contents as Zip" is always a 22 byte empty zip file

      Follow up to / Re: Zip downloads are empty

      $ xxd -g1 Download_Contents_as_Zip.zip
      00000000: 50 4b 05 06 00 00 00 00 00 00 00 00 00 00 00 00 PK..............
      00000010: 00 00 00 00 00 00 ......

      [Files] will show all the files in the 4357809 bytes .upack that I had originally put into ProGet. I can correctly [Download] each file individually. [Download Contents as Zip] always gives a 22 byte empty zip file as show by xxd above. I expected to receive the original .upack renamed to .zip.

      posted in Support
      R
      rcpa0
    • https://docs.inedo.com/docs/proget/api/pgutil#sources ~/.config/pgutil/ pgutil.config correction

      https://docs.inedo.com/docs/proget/api/pgutil#sources :
      ~/pgutil/pgutil.config is incorrect for Ubuntu 24.04.4 which actually puts it in ~/.config/pgutil/pgutil.config

      posted in Support
      R
      rcpa0
    • pgutil upack install ... --version=26.3 ... (core dumped)
      + pgutil upack install --source=$SOURCE --package=$NAME1/$NAME2 --version=26.3 --feed=$FEED --target=instdir/
      Unhandled exception. System.ArgumentException: String is not a valid semantic version.
         at Inedo.ProGet.UniversalPackages.UniversalPackageVersion.Parse(String s)
         at PgUtil.Program.UpackCommand.GetPackageAsync(CommandContext context, CancellationToken cancellationToken)
         at PgUtil.Program.UpackCommand.InstallCommand.ExecuteAsync(CommandContext context, CancellationToken cancellationToken)
         at ConsoleMan.Command.ExecuteAsync(String[] args)
         at PgUtil.Program.Main(String[] args)
         at PgUtil.Program.<Main>(String[] args)
      ./sdk_proget_put.sh: line 84: 410933 Aborted                 (core dumped) pgutil upack install --source=$SOURCE --package=$NAME1/$NAME2 --version=$SEMVER --feed=$FEED --target=$TARGETDIR/
      

      The core dump does not occur when version is changed from 26.3 to 26.3.0. I am reporting the fact that pgutil core dumps on invalid version input.

      posted in Support
      R
      rcpa0