[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gobolinux-commits
Subject:    [gobolinux-commits] tools/Scripts/bin CheckDependencies
From:       detsch () gobolinux ! org (=?UTF-8?Q?Andr=C3=A9_Detsch?=)
Date:       2006-10-26 23:17:54
Message-ID: E1GdETy-0007Vx-IS () savannah ! gnu ! org
[Download RAW message or body]

CVSROOT:	/sources/goboscripts
Module name:	tools
Changes by:	Andr?? Detsch <detsch>	06/10/26 23:17:54

Modified files:
	Scripts/bin    : CheckDependencies 

Log message:
	Added '--no-blacklist' option to CheckDependencies, required for RecipeLint.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tools/Scripts/bin/CheckDependencies?cvsroot=goboscripts&r1=1.30&r2=1.31


Patches:
Index: CheckDependencies
===================================================================
RCS file: /sources/goboscripts/tools/Scripts/bin/CheckDependencies,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- CheckDependencies	25 Oct 2006 22:27:29 -0000	1.30
+++ CheckDependencies	26 Oct 2006 23:17:54 -0000	1.31
@@ -547,7 +547,7 @@
 		try :
 			if not sys.argv[1:] :
 				sys.argv[1:] = [ '--help' ]
-			opts, args = getopt.getopt(sys.argv[1:], 't:m:s:WRh', ['add-self=','types=', \
'type=', 'mode=', 'no-web', 'no-recursive', 'quiet-progress', 'help']) +			opts, args \
= getopt.getopt(sys.argv[1:], 't:m:s:WRBh', ['add-self=','types=', 'type=', 'mode=', \
'no-web', 'no-recursive', 'no-blacklist', 'quiet-progress', 'help'])  except \
getopt.GetoptError, detail :  print sys.argv[0].split('/')[-1]+': '+str(detail)
 			sys.exit(1)
@@ -580,6 +580,8 @@
 				add_self=a
 			elif o in ['--no-web', '-W'] :
 				noWeb = True
+			elif o in ['--no-blacklist', '-B'] :
+				global_dependencies_blacklist = []
 			elif o in ['--help', '-h'] :
 				print """
 CheckDependencies
@@ -620,6 +622,9 @@
  -R
  --no-recursive       Only the direct dependencies are considered
 
+ -B
+ --no-blacklist       Do not skip packages listed at Dependencies.blacklist
+
  --quiet-progress     Do not show progress indicator
 
 Examples of usage:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic