-
Notifications
You must be signed in to change notification settings - Fork 14
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
[irods/irods#7985] Remove reference to AclPolicy
in template (main)
#233
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good. Consider running a test which is known to have previously invoked this policy along with the changes in the companion PR to make sure nothing blows up? Probably don't need to run the whole test suite.
Do we have a pointer to when the |
Just starting the server is enough to test it. To take it a step further, invoking GenQuery1, as a rodsuser, to list another user's collection should cover it. |
Looks like it's called in |
Failed to build:
It looks like this might have been changed to |
That's correct. The property was renamed in iRODS 5 and should / will be deprecated in iRODS 4. |
Issue quick link: irods/irods#7985.
Companion PR to: irods/irods#8264.
This PR removes a reference to both an msi and a static PEP in
core.py.template
.