Dzahn has submitted this change and it was merged. Change subject: Allow aklapper to delete files in Phabricator ......................................................................
Allow aklapper to delete files in Phabricator In order to remove copyright violations uploaded to Phabricator. See also https://secure.phabricator.com/T7593 Change-Id: I07340a176e1f5530e524709700ac4bd9aa648572 --- M modules/admin/data/data.yaml 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml index aad2f7b..6223d02 100644 --- a/modules/admin/data/data.yaml +++ b/modules/admin/data/data.yaml @@ -305,8 +305,10 @@ * Manage repositories, phd service, and workers * Reset authentication of users * Delete users (e.g. unverified accounts due to wrong email address) + * Delete files (e.g. copyright violations) members: [aklapper] - privileges: ['ALL = NOPASSWD: /srv/phab/phabricator/bin/remove destroy r*', + privileges: ['ALL = NOPASSWD: /srv/phab/phabricator/bin/remove destroy F*', + 'ALL = NOPASSWD: /srv/phab/phabricator/bin/remove destroy r*', 'ALL = NOPASSWD: /srv/phab/phabricator/bin/remove destroy @*', 'ALL = NOPASSWD: /srv/phab/phabricator/bin/repository', 'ALL = NOPASSWD: /srv/phab/phabricator/bin/phd', -- To view, visit https://gerrit.wikimedia.org/r/298494 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I07340a176e1f5530e524709700ac4bd9aa648572 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: 20after4 <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Mark Bergsma <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
