Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/250447
Change subject: Re enable bzip2 for gitblit downloads ...................................................................... Re enable bzip2 for gitblit downloads Change-Id: Ic5402adfdd960a91ece42fe9a7b87d92c0540514 --- M modules/gitblit/files/gitblit.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/47/250447/1 diff --git a/modules/gitblit/files/gitblit.properties b/modules/gitblit/files/gitblit.properties index 0e9538c..c9aef6d 100644 --- a/modules/gitblit/files/gitblit.properties +++ b/modules/gitblit/files/gitblit.properties @@ -657,7 +657,7 @@ # # SPACE-DELIMITED # SINCE 1.2.0 -web.compressedDownloads = zip gz +web.compressedDownloads = zip gz bzip2 # Allow optional Lucene integration. Lucene indexing is an opt-in feature. # A repository may specify branches to index with Lucene instead of using Git -- To view, visit https://gerrit.wikimedia.org/r/250447 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5402adfdd960a91ece42fe9a7b87d92c0540514 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
