From 0d334e8402752ee802ba5fe0efe8f6dd31daf868 Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Wed, 4 Dec 2024 14:51:10 +0000 Subject: [PATCH 1/2] README: add update hints --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 16db053..aa1d7a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ > ℹ️ Issues for this repository are tracked on [Phabricator](https://phabricator.wikimedia.org/project/board/5563/) - ([Click here to open a new one](https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?tags=wikibase_cloud )) +This repo is a fork of https://github.com/magnusmanske/quickstatements + +The Dockerfile build process runs composer and pulls a version the wbstack fork of magnus-tools from https://github.com/wbstack/magnustools/ +This is then copied out of `/vendor` by a `composer` post-update/install hook and then finally copied into the correct place in the final image. + +To update this repository you need to pull the updates from the upstream and ensure our customisations are working on them. This may be easiest to do with a `git pull --rebase` from upstream. You may also need to update our magnustools fork for compatibility and then use that updated version. + +If you go through this process please also update here to document it + Using addwiki: https://github.com/addwiki/mediawiki-api From 9210fd59ee86db449573627bc545187846998e21 Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Wed, 4 Dec 2024 16:33:34 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa1d7a0..fc9a0cb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ To update this repository you need to pull the updates from the upstream and ens If you go through this process please also update here to document it +# Changelog + Using addwiki: https://github.com/addwiki/mediawiki-api