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
R
rcpa0
@rcpa0
0
Reputation
2
Posts
1
Profile views
0
Followers
0
Following
Best posts made by rcpa0
This user hasn't posted anything yet.
Latest posts made by rcpa0
-
https://docs.inedo.com/docs/proget/api/pgutil#sources ~/.config/pgutil/ pgutil.config correctionposted in Support
-
pgutil upack install ... --version=26.3 ... (core dumped)posted in Support
+ 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.