From: Baris Metin Date: Mon, 21 Mar 2011 18:51:53 +0000 (-0400) Subject: print parsePkgs quite useful to find out the where it failed X-Git-Tag: 5.0-rc21~6^2~1^2^2~1 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=0a871a44eb311953a21da10064ecc548ccc3b8f1 print parsePkgs quite useful to find out the where it failed --- diff --git a/build.common b/build.common index ec0638e4..bb0e4799 100644 --- a/build.common +++ b/build.common @@ -550,6 +550,7 @@ function pl_parsePkgs () { fcdistro=$1; shift pldistro=$1; shift + echo 1>&2 "pl_parsePkgs: using -a $target_arch -f $fcdistro -d $pldistro $keyword $@" pkgs.py -a $target_arch -f $fcdistro -d $pldistro $keyword "$@" } # usage: pl_getPackages [-a arch] fcdistro pldistro pkg-file[..s]