Skip to content
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

p4 verify (reverifyRevisions) requires operator or admin permissions #28

Open
xrouge opened this issue Jul 7, 2024 · 0 comments
Open

Comments

@xrouge
Copy link

xrouge commented Jul 7, 2024

The script fails if the user doesn't have the permissions to run p4 verify. I don't know the consequences of not running the function, if modified to:

    def reverifyRevisions(self, result):
        # need to verify - but only if a superuser
        if not self.options.superuser == "y":
            return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant