SPECS: builder - GROUP_BCONDS=yes is broken. drop it? (as GROUP_BC...
glen
glen at pld-linux.org
Mon May 5 22:20:19 CEST 2008
Author: glen Date: Mon May 5 20:20:19 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- GROUP_BCONDS=yes is broken. drop it? (as GROUP_BCONDS=no supports commas)
---- Files affected:
SPECS:
builder (1.555 -> 1.556)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.555 SPECS/builder:1.556
--- SPECS/builder:1.555 Thu May 1 21:30:21 2008
+++ SPECS/builder Mon May 5 22:20:14 2008
@@ -2103,6 +2103,7 @@
"yes")
COND=${1}
shift
+ # XXX: broken: ./builder -bb ucspi-tcp.spec --without mysql
while ! `echo ${1}|grep -qE '(^-|spec)'`
do
BCOND="$BCOND $COND $1"
@@ -2250,6 +2251,7 @@
Exit_error err_invalid_cmdline "$1"
;;
*)
+ set -x
SPECFILE="${1}"
# check if specname was passed as specname:cvstag
if [ "${SPECFILE##*:}" != "${SPECFILE}" ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.555&r2=1.556&f=u
More information about the pld-cvs-commit
mailing list