From: Elan Ruusamäe Date: Tue, 6 Nov 2007 14:46:51 +0000 (+0000) Subject: - update to cvs 1.12 on cvs.pld-linux.org; version 0.20 X-Git-Tag: auto/th/rpm-build-tools-4_4_9-10~9 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=2ce50eb73d15ed64777053328dc66d01ae8bc580;p=packages%2Frpm-build-tools.git - update to cvs 1.12 on cvs.pld-linux.org; version 0.20 Changed files: builder.sh -> 1.521 --- diff --git a/builder.sh b/builder.sh index 40265b5..c9dd23d 100644 --- a/builder.sh +++ b/builder.sh @@ -26,7 +26,7 @@ RCSID='$Id$' r=${RCSID#* * } rev=${r%% *} -VERSION="v0.19/$rev" +VERSION="v0.20/$rev" VERSIONSTRING="\ Build package utility from PLD Linux CVS repository $VERSION (C) 1999-2007 Free Penguins". @@ -1923,7 +1923,7 @@ while [ $# -gt 0 ]; do -c | --clean ) CLEAN="--clean --rmspec --rmsource"; shift ;; -cf | --cvs-force ) - CVS_FORCE="-F"; shift;; + CVS_FORCE="-F -B"; shift;; -d | --cvsroot ) shift; CVSROOT="${1}"; shift ;; -g | --get )