-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't remove package from repo #636
Comments
It's hard to say anything without details. But in general looks like package query |
Sorry for so abstract explanation.
My problem is "VMware-Horizon-Client_4.5.0_all" Trying to delete
Trying to get info:
But other packages are ok
|
@AHPyXA thanks, I see the problem now - it's the package name which starts with captial letter ( I'll get this bug fixed, in the meantime you can try using other formats of package query to match it, like |
@smira Thank you! Query with 'Name' did the trick
Now I can remove the package
|
Fixes: #636 Before this fix, aptly was always treating strings starting with uppercase letter as field name, which was breaking package queries like `VMware-Horizon-Client_4.5.0_all`. Now aptly accepts only fields which don't contain underscore, and everything else would be parsed as package reference.
Hello.
I added new package in repo and need to replace it with new version, but
aptly repo remove my_repo new_package
only shows
ends and don't do anything.
If I trying to delete one of my old packages all works as expected
Command
aptly repo show -with-packages my_repo
shows new_package in the list, but
aptly package show new_package
doesn't show anything
I tried add new version with -force-replace - look's like it's done, but I still can't view information or delete this package.
aptly db cleanup
andaptly db recover
can't fix thisaptly version: 1.1.1
What can I try to do else?
The text was updated successfully, but these errors were encountered: