You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a directory structure that looks like this
artifactory-repository:parent-directory/sub-directory/name.rpm
artifactory-repository:parent-directory/sub-directory/repodata/...
artifactory-repository is of Package Type "RPM".
When I delete via artifactory.repository("artifactory-repository").delete("parent-directory"); all .rpm files are deleted but the repodata is still there (and the parent-directory as well).
Is this expected behaviour?
To Reproduce
Upload an RPM to an RPM-repository (repodata should be generated by Artifactory)
Delete the whole directory.
Expected behavior
When I delete a whole directory I expect the directory to be gone, not just parts of it.
If the deletion wasn't successful/complete I would expect an exception.
Describe the bug
I have a directory structure that looks like this
artifactory-repository:parent-directory/sub-directory/name.rpm
artifactory-repository:parent-directory/sub-directory/repodata/...
artifactory-repository is of Package Type "RPM".
When I delete via
artifactory.repository("artifactory-repository").delete("parent-directory");
all .rpm files are deleted but the repodata is still there (and the parent-directory as well).Is this expected behaviour?
To Reproduce
Upload an RPM to an RPM-repository (repodata should be generated by Artifactory)
Delete the whole directory.
Expected behavior
When I delete a whole directory I expect the directory to be gone, not just parts of it.
If the deletion wasn't successful/complete I would expect an exception.
Screenshots
Versions
Additional context
The text was updated successfully, but these errors were encountered: