summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg KH <greg@kroah.com>2008-07-23 17:24:14 -0700
committerJonathan Corbet <corbet@lwn.net>2008-07-24 12:03:40 -0600
commitdd091c42680e001cb51e0d3d1ebfdc51bea93f0b (patch)
tree9440734d67fc741dd05757524d78161d8192f0ed
parent5234a1f726ba264e58095447439d98cdff5ffd9c (diff)
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>
-rwxr-xr-xgitdm12
1 files 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.