[yum-git] Makefile repotrack.py

Tim Lauridsen timlau at linux.duke.edu
Wed Sep 24 14:42:57 UTC 2008


 Makefile     |    1 +
 repotrack.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 348b08d6b6f3f2cb179cefd0e6a7b1e75697c1d8
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Sep 24 16:42:39 2008 +0200

    add repotrack to pylint check

diff --git a/Makefile b/Makefile
index 50596ed..f74b4b6 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ pylint:
 	@pylint --rcfile=test/yum-utils-pylintrc \
 		yumdownloader.py yum-complete-transaction.py yum-debug-dump.py yum-builddep.py \
                 debuginfo-install.py package-cleanup.py yum-groups-manager.py verifytree.py \
+		repotrack.py \
 		plugins/remove-with-leaves/remove-with-leaves.py \
 		plugins/upgrade-helper/upgrade-helper.py \
 		plugins/security/security.py \
diff --git a/repotrack.py b/repotrack.py
index 6869ff5..35b8375 100755
--- a/repotrack.py
+++ b/repotrack.py
@@ -62,7 +62,7 @@ class RepoTrack(yum.YumBase):
             dict[reqs] = [list of satisfying pkgs]"""
         
    
-        reqs = po.returnPrco('requires');
+        reqs = po.returnPrco('requires')
         reqs.sort()
         pkgresults = {}
         



More information about the Yum-cvs-commits mailing list