Page MenuHomePhabricator

Remove 1.38 branch from translation backports
Closed, ResolvedPublic1 Estimated Story Points

Event Timeline

Change 956425 had a related patch set uploaded (by Abijeet Patro; author: Abijeet Patro):

[translatewiki@master] Remove MW 1.38 backporting code

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

abi_ changed the task status from Open to In Progress.Sep 11 2023, 12:46 PM
abi_ claimed this task.
abi_ changed the point value for this task from 2 to 1.

Change 956425 merged by jenkins-bot:

[translatewiki@master] Remove MW 1.38 backporting code

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

Backports for 1.38 were created today: https://gerrit.wikimedia.org/r/q/owner:L10n-bot+branch:REL1_38 Did you run puppet for both patches?

I remember deploying this patch: 956424: Stop backporting to REL1_38 | https://gerrit.wikimedia.org/r/c/translatewiki/+/956424 first, running puppet, and then deploying the subsequent patch to remove the code: 956425: Remove MW 1.38 backporting code | https://gerrit.wikimedia.org/r/c/translatewiki/+/956425

Obviously I did something incorrectly. Let me re-run these again.

I've reapplied the changes.

$ make apply
librarian-puppet install --path ./vendor
sudo /opt/puppetlabs/bin/puppet apply --hiera_config hiera.yaml --modulepath 'modules:vendor:$basemodulepath' site.pp
Notice: Compiled catalog for web2.translatewiki.net in environment production in 3.46 seconds
Notice: /Stage[main]/Repong::Autobackport/Repong::Autobackport_mediawiki_timer[REL1_38]/Systemd::Timer[autobackport-mediawiki-REL1_38.timer]/Systemd::Unit_file[autobackport-mediawiki-REL1_38.timer]/Service[autobackport-mediawiki-REL1_38.timer]/ensure: ensure changed 'running' to 'stopped'
Notice: /Stage[main]/Repong::Autobackport/Repong::Autobackport_mediawiki_timer[REL1_38]/Systemd::Timer[autobackport-mediawiki-REL1_38.timer]/Systemd::Unit_file[autobackport-mediawiki-REL1_38.timer]/File[/etc/systemd/system/autobackport-mediawiki-REL1_38.timer]/ensure: removed
Notice: Applied catalog in 11.46 seconds