From dd091c42680e001cb51e0d3d1ebfdc51bea93f0b Mon Sep 17 00:00:00 2001 From: Greg KH Date: Wed, 23 Jul 2008 17:24:14 -0700 Subject: [PATCH] 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 Signed-off-by: Jonathan Corbet --- gitdm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gitdm b/gitdm index d953120..6c05745 100755 --- a/gitdm +++ b/gitdm @@ -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. -- 2.39.5