Need to seed the database _after_ loading the config file,
otherwise we don't see the seeds as actually showing up for their
companies.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
#
# Here starts the real program.
#
+ParseOpts ()
+
+#
+# Read the config files.
+#
+ConfigFile.ConfigFile (CFName)
#
# Let's pre-seed the database with a couple of hackers
NextLine = sys.stdin.readline ()
TotalChanged = TotalAdded = TotalRemoved = 0
-ParseOpts ()
-
-#
-# Read the config files.
-#
-ConfigFile.ConfigFile (CFName)
#
# Snarf changesets.