[tools] Use generic directories in checkBeatMW

John J. McDonough jjmcd at fedoraproject.org
Wed Mar 7 14:25:18 UTC 2012


commit cb596cd5d33c6aa4d0a3f831478f441944e77b68
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Wed Mar 7 09:25:09 2012 -0500

    Use generic directories in checkBeatMW

 tools/checkBeat/checkBeatMW.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/checkBeat/checkBeatMW.c b/tools/checkBeat/checkBeatMW.c
index f5ffb3a..14a98bd 100644
--- a/tools/checkBeat/checkBeatMW.c
+++ b/tools/checkBeat/checkBeatMW.c
@@ -15,9 +15,9 @@ packages that may need attention for the release notes
 #include <sqlite3.h>
 
 //! Name of the yum database file for the current release
-#define DBFILE1 "F10/primary.sqlite"
+#define DBFILE1 "old/primary.sqlite"
 //! Name of the yum database file for the development repo
-#define DBFILE2 "rawhide/primary.sqlite"
+#define DBFILE2 "new/primary.sqlite"
 
 //! Entry to hold packages, their versions and project URL
 struct stEntry


More information about the docs-commits mailing list