From 0a871a44eb311953a21da10064ecc548ccc3b8f1 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Mon, 21 Mar 2011 14:51:53 -0400 Subject: [PATCH] print parsePkgs quite useful to find out the where it failed --- build.common | 1 + 1 file changed, 1 insertion(+) 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] -- 2.47.0