Lcarr has submitted this change and it was merged. Change subject: Tweak access to gitblit so it's readonly as intended ......................................................................
Tweak access to gitblit so it's readonly as intended Change-Id: Ib73620c4569ad07e9e556e6d18c632d078b8ea8a --- M files/gitblit/gitblit.properties 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Lcarr: Looks good to me, approved jenkins-bot: Verified diff --git a/files/gitblit/gitblit.properties b/files/gitblit/gitblit.properties index a003ec9..e2a4eef 100644 --- a/files/gitblit/gitblit.properties +++ b/files/gitblit/gitblit.properties @@ -159,7 +159,7 @@ # VIEW = authenticated view, clone, & push # # SINCE 1.0.0 -git.defaultAccessRestriction = NONE +git.defaultAccessRestriction = PUSH # The default authorization control for new repositories. # Valid values are AUTHENTICATED and NAMED -- To view, visit https://gerrit.wikimedia.org/r/67576 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib73620c4569ad07e9e556e6d18c632d078b8ea8a Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Demon <[email protected]> Gerrit-Reviewer: Lcarr <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
