gendummydata.py: Remove need for fortune subprocess
commitcc1a0776c543f48de17bc20b2cf07bc832481d18
authorcanyonknight <canyonknight@gmail.com>
Mon, 17 Dec 2012 01:13:22 +0000 (17 01:13 +0000)
committerLukas Fleischer <archlinux@cryptocrack.de>
Sat, 22 Dec 2012 16:01:03 +0000 (22 17:01 +0100)
treeae7930471df31ba8ea3ee453855794699f8bf7b1
parentfce4f36e4ff79e90a19bf00fa69b89053b4f62a5
gendummydata.py: Remove need for fortune subprocess

Fortune calls slows down the generation of dummy data dramatically
for large datasets. Read from a specified fortune file directly
to avoid the need for the subprocess.

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
support/schema/gendummydata.py