X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=common.sh;fp=common.sh;h=8e9f484d13ef16939ab16216807ace2330d6c5ac;hb=f0849d63e02a5bf561debb751584e45b22a66abe;hp=d4e3350ab13d5907651e6624d6d47a1e82817f67;hpb=e048d8273b6d93b94e5bd686788df3eb024d188d;p=next-scripts diff --git a/common.sh b/common.sh index d4e3350..8e9f484 100644 --- a/common.sh +++ b/common.sh @@ -59,6 +59,11 @@ get_url() awk -F '\t' '/^[^#]/ && $3=="'"$1"'" { print $4; }' $CTRL_FILE } +get_build_flag() +{ + awk -F '\t' '/^[^#]/ && $3=="'"$1"'" { print $6; }' $CTRL_FILE +} + check_unmerged_files() { local tree="$1"