-
Notifications
You must be signed in to change notification settings - Fork 4
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
InstallBaseHandler
incorrect/incomplete paths
#48
Comments
Ah, it looks like this is something provided by
As a personal anecdote, looking through a workspace with Nav2, most
Aside from that, having to check a build base path in order to delete a package's install base path adds a conditional order of operations. E.g. if the build base path was cleaned prior and no longer exists, then we'd have no |
The locations a package can be installed can be determined by the package itself. I think this is all defined in the
build_base/PKG_NAME/install_manifest.txt
. I think deleting the files from file is the most robust solution.As the current implementation only deletes
install_base/PKG_NAME
. Though, this directory never exists.Any solution based on patterns will be incomplete.
Looking forward to your opinion.
The text was updated successfully, but these errors were encountered: