]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- ignore TODO file
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 15:51:46 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check-unused-files.py -> 1.5

check-unused-files.py

index 4709040c8bbed31fb000cca984290882745c5e2e..2bde3ddbe6c2ff0a47912138458f397e3b85d007 100644 (file)
@@ -35,7 +35,8 @@ obsolete = []
 
 for file in os.listdir(dir):
     file = os.path.basename(file)
-    if file in [ '.', '..', 'CVS', '.cvsignore', 'dropin', 'md5', 'adapter', 'builder', 'relup.sh', 'compile.sh', 'repackage.sh', os.path.basename(spec) ]:
+    if file in [ '.', '..', 'CVS', '.cvsignore', 'dropin', 'md5', 'adapter', 'builder',
+            'relup.sh', 'compile.sh', 'repackage.sh', 'TODO', os.path.basename(spec) ]:
         continue
     if file not in files:
         print "Obsolete file: %s" % file
This page took 0.0571120000000001 seconds and 4 git commands to generate.