Jump to content

User:BryanDavis/MediaWiki

From Wikitech

Notes about how I work with MediaWiki stuff.

Update my working tree

$ git up; pushd extensions/; for d in $(find . -type d -depth 1); do pushd $d; git up; popd; done; popd; docker compose exec mediawiki composer update -vvv

git up is https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/refs/heads/production/modules/admin/files/home/bd808/bin/git-up