[01:51:11] !log copypatrol copypatrol-backend-prod-01 deploy 04072f5..68b6224 [01:51:14] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Copypatrol/SAL [07:02:07] !log bsadowski1@tools-sgebastion-10 tools.stewardbots Restarted StewardBot/SULWatcher because of a connection loss [07:02:10] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.stewardbots/SAL [10:35:12] !log h2o@tools-sgebastion-10 tools.stewardbots ./stewardbots/StewardBot/manage.sh restart # RC reader not reading RC [10:35:15] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.stewardbots/SAL [11:54:04] !log taavi@tools-bastion-12 tools.sal toolforge webservice restart [11:54:06] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.sal/SAL [13:58:58] !log lucaswerkmeister@tools-sgebastion-10 tools.bridgebot Double IRC messages to other bridges [13:59:02] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.bridgebot/SAL [14:46:23] !log anticomposite@tools-sgebastion-10 tools.stewardbots SULWatcher/manage.sh restart # SULWatchers disconnected [14:46:27] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.stewardbots/SAL [16:09:56] !log copypatrol copypatrol-backend-prod-01 deploy 68b6224..40d8da9 [16:09:57] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Copypatrol/SAL [17:14:17] !log copypatrol copypatrol-backend-prod-01 deploy 40d8da9..1622949 [17:14:19] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Copypatrol/SAL [18:01:59] !log devtools - shutting down instance devtools-puppetdb1001 - which is on buster - basically to see what breaks of complains, if anything [18:02:02] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [18:10:19] !log bd808@tools-bastion-12 tools.wikibugs-testing Restarted phorge task to test changes from MR!30 [18:10:23] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.wikibugs-testing/SAL [18:23:00] !log devtools - shutting down puppetmaster-1001 on buster - should now be replaced by puppetmaster-1003 on bookworm (thanks brennen) T360964 T360470 [18:23:05] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [18:23:05] T360964: replace buster machines in devtools project - https://phabricator.wikimedia.org/T360964 [18:23:06] T360470: Update devtools project puppetmaster - https://phabricator.wikimedia.org/T360470 [18:38:17] !log devtools - attempting to fix puppet run on vrts-1001 related to switching prod to cfssl for SSL cers [18:38:20] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [19:03:05] !log devtools - deleting instance contint-bullseye which was only used by me for a test before we created contint1003 in prod T334517 T361224 [19:03:09] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [19:03:09] T334517: upgrade contint servers to bullseye - https://phabricator.wikimedia.org/T334517 [19:03:10] T361224: Test zuul under Bullseye with contint1003 - https://phabricator.wikimedia.org/T361224 [19:41:30] !log devtools switching gitlab-runner-1005 from puppetmaster-1001 to puppetmaster-1003 via web Hiera [19:41:38] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [19:58:10] !log devtools manually editing puppet.conf to use puppetmaster-1003 instead of -1001 because you can't switch the puppetmaster via puppet if puppet is already broken :) [19:58:13] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [20:08:13] !log devtools zuul-1001 - switching to new puppetmaster-1003 in puppet.conf manually, switched project defaults in repo too [20:08:15] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Devtools/SAL [21:26:33] PotsdamLamb: I have a saved response for your question about refill and simplewiki... I will paste it now. [21:26:44] PotsdamLamb: I think your general problem here is that simplewiki is not a true human language variant. Instead it is a vocabulary/sentence structure variant of English. `mw.config.get("wgContentLanguage")` returns "en" on both enwiki and simplewiki. [21:26:58] reFill seems to use it's own scheme for selecting a wiki. If it used wgDBname values then you could just use `mw.config.get("wgDBname")`. Looking at the form choices at https://refill.toolforge.org/index.php, I think you could mostly get away with using `mw.config.get("wgDBname").slice(0, -4)` or `location.hostname.split(".")[0]`. [21:30:25] By "mostly get away with" I mean that refill supports a couple of wikis where those patterns would not produce the input that refill would want. [21:41:03] @bd808: thanks for remembering and sending that. The day got away from me yesterday and I didn’t log back on to follow up with you. [21:41:46] yw. I know how that happens ;) [21:42:48] I’ll have to try it out and see if I can get the code to work for me. [23:56:01] * bd808 off