Reedy has uploaded a new change for review.

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

Change subject: Switch RestBaseUpdateJobs to canonical entry point
......................................................................

Switch RestBaseUpdateJobs to canonical entry point

Change-Id: I3ecf0d74a62319b1180920a296ea110d6f8f9f3e
---
M puppet/modules/role/manifests/restbase.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/98/298098/1

diff --git a/puppet/modules/role/manifests/restbase.pp 
b/puppet/modules/role/manifests/restbase.pp
index 7ee4538..b04e1e4 100644
--- a/puppet/modules/role/manifests/restbase.pp
+++ b/puppet/modules/role/manifests/restbase.pp
@@ -28,7 +28,7 @@
 
     # Set up the update extension
     mediawiki::extension { 'RestBaseUpdateJobs':
-        entrypoint => 'RestbaseUpdate.php',
+        entrypoint => 'RestBaseUpdateJobs.php',
         settings   => {
             wgRestbaseServer => "http://127.0.0.1:${::restbase::port}";,
             wgRestbaseDomain => $::restbase::domain,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ecf0d74a62319b1180920a296ea110d6f8f9f3e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to