]> xenbits.xensource.com Git - people/larsk/xenproject-org-gitdm.git/commitdiff
finally get the config file stuff correct
authorGreg KH <greg@kroah.com>
Thu, 24 Jul 2008 00:24:14 +0000 (17:24 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 24 Jul 2008 18:03:40 +0000 (12:03 -0600)
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>
gitdm

diff --git a/gitdm b/gitdm
index d95312054418c712d28cd26f0c0c2b24c3df1ed7..6c0574537a89fa31c0878ceaac34d84cb87dd2d4 100755 (executable)
--- 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.