updater now shows the SQLite file being used
authorAntoine Musso <hashar@free.fr>
Tue, 6 Nov 2012 12:55:58 +0000 (13:55 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 6 Nov 2012 12:59:34 +0000 (13:59 +0100)
commit678e164fe0ed0abd065bd38b81b89c4bc177d58a
tree7be7d7325bd40f33871559838d901af8bceadba2
parentf4903e94ad7ee329d8d3158bae5254d3afec992d
updater now shows the SQLite file being used

On continuous integration, we run several update.php with paths coming
from environnement variables. To make sure the correct path is always
used and assist in debugging, the maintenance/update.php script now
print out the SQLite database full filename whenever we are using a
SQLite database backend.

Change-Id: I2bba919e054c1947c1d956d94998c2cf95fd9683
maintenance/update.php