r56352 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56351‎ | r56352 | r56353 >
Date:07:43, 15 September 2009
Author:midom
Status:ok (Comments)
Tags:
Comment:
...
Modified paths:
  • /branches/wmf-deployment/extensions/FlaggedRevs/maintenance/wikimedia-periodic-update.sh (added) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/FlaggedRevs/maintenance/wikimedia-periodic-update.sh
@@ -0,0 +1,5 @@
 2+#!/bin/bash
 3+for db in `</home/wikipedia/common/flaggedrevs.dblist`;do
 4+echo $db
 5+php -n /home/wikipedia/common/php/extensions/FlaggedRevs/maintenance/updateStats.php $db
 6+done
Property changes on: branches/wmf-deployment/extensions/FlaggedRevs/maintenance/wikimedia-periodic-update.sh
___________________________________________________________________
Name: svn:executable
17 + *

Follow-up revisions

RevisionCommit summaryAuthorDate
r58059Restored r56352; lost by accident (likely the deployment branch rebuild)aaron18:09, 23 October 2009

Comments

#Comment by Tim Starling (talk | contribs)   06:57, 1 December 2009

Thanks for that informative commit message, Domas.

#Comment by Midom (talk | contribs)   15:33, 1 December 2009

should've I written "for fuck sake, commit your stuff into SVN if you want it to stay on servers" or what? :)

Status & tagging log