Page MenuHomePhabricator

Branch REL1_36 for MediaWiki and all extensions and skins
Closed, ResolvedPublic

Description

Nowadays this should be 'just' running:

  1. ./branch.py REL1_36 --bundle base --branchpoint master (branch tarball extensions and skins)
  2. ./branch.py REL1_36 --core --branchpoint e497482ee4e0da58d2f3f6ec996f8b20f64b2d80 --core-version 1.36.0-beta --task T279456 (branch MW itself and make a sub-module commit)
  3. ./branch.py REL1_36 --bundle '*' --branchpoint master --core-version 1.36.0 (branch all other extensions and skins)

… I think.

Event Timeline

Jdforrester-WMF renamed this task from Branch REL1_36 for MediaWiki and deployed extensions to Branch REL1_36 for MediaWiki and all extensions and skins.Apr 6 2021, 5:44 PM

From the git log, rMWe497482ee4e0: DoctrineSchemaBuilder: Do not add prefix placeholder for Postgres at all should be the branch point as that was the last commit that landed in 1.36.0-wmf.38 before code started being 1.37.0-wmf.1.

Change 677363 had a related patch set uploaded (by Jforrester; author: Jforrester):

[mediawiki/core@master] Prepare for REL1_36 cut, labelling master as 1.37-alpha

https://gerrit.wikimedia.org/r/677363

Change 677363 merged by jenkins-bot:

[mediawiki/core@master] Prepare for REL1_36 cut, labelling master as 1.37-alpha

https://gerrit.wikimedia.org/r/677363

Change 678049 had a related patch set uploaded (by Jforrester; author: Jforrester):

[mediawiki/core@REL1_36] Add REL1_36 sub-modules

https://gerrit.wikimedia.org/r/678049

Change 678049 merged by Jforrester:

[mediawiki/core@REL1_36] Add REL1_36 sub-modules

https://gerrit.wikimedia.org/r/678049

OK, this is done, though in the end we had to do the actual sub-module patch manually. Will file a task to fix that.