Skip to content

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

@xrouge

Description

@xrouge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions