finally get the config file stuff correct

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>
This commit is contained in:
Greg KH 2008-07-23 17:24:14 -07:00 committed by Jonathan Corbet
parent 5234a1f726
commit dd091c4268
1 changed files with 6 additions and 6 deletions

12
gitdm
View File

@ -414,6 +414,12 @@ def ReportByESOBs (elist):
#
# Here starts the real program.
#
ParseOpts ()
#
# Read the config files.
#
ConfigFile.ConfigFile (CFName)
#
# Let's pre-seed the database with a couple of hackers
@ -426,12 +432,6 @@ Akpm = ('akpm@linux-foundation.org',
NextLine = sys.stdin.readline ()
TotalChanged = TotalAdded = TotalRemoved = 0
ParseOpts ()
#
# Read the config files.
#
ConfigFile.ConfigFile (CFName)
#
# Snarf changesets.