From: Greg KH Date: Thu, 24 Jul 2008 00:24:14 +0000 (-0700) Subject: finally get the config file stuff correct X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dd091c42680e001cb51e0d3d1ebfdc51bea93f0b;p=people%2Flarsk%2Fxenproject-org-gitdm.git 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 --- 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.