Mattflaschen has uploaded a new change for review.

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

Change subject: Update SendBeaconReliability revid
......................................................................

Update SendBeaconReliability revid

Fixing the type to be an integer is not sufficient to solve the
problem.  Even with the type as string, the version is generated
equivalent to if it were an integer.

That meant changing it to an integer did not update the startup module
entry.

That in turn means the same URLs, which means Varnish continued
caching the wrong version.

Change-Id: I73d12f82ecc5be30a3d359eeec2da371c5f3ce30
(cherry picked from commit 34e42e1d736780643fd184d1328e36b4679182f5)
---
M WikimediaEvents.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaEvents 
refs/changes/42/179042/1

diff --git a/WikimediaEvents.php b/WikimediaEvents.php
index f6236f1..6746c6d 100644
--- a/WikimediaEvents.php
+++ b/WikimediaEvents.php
@@ -67,7 +67,7 @@
        'schema.SendBeaconReliability' => array(
                'class' => 'ResourceLoaderSchemaModule',
                'schema' => 'SendBeaconReliability',
-               'revision' => 10676430,
+               'revision' => 10735916,
        ),
        'ext.wikimediaEvents.ve' => array(
                'scripts'       => 'ext.wikimediaEvents.ve.js',

-- 
To view, visit https://gerrit.wikimedia.org/r/179042
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I73d12f82ecc5be30a3d359eeec2da371c5f3ce30
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaEvents
Gerrit-Branch: wmf/1.25wmf11
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to