OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-tools Date: 08-Apr-2004 22:41:57 Branch: HEAD Handle: 2004040821415600 Modified files: openpkg-tools/cmd dev.sh Log: remove trailing whitespaces Summary: Revision Changes Path 1.2 +12 -12 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.1 -r1.2 dev.sh --- openpkg-tools/cmd/dev.sh 5 Apr 2004 18:07:06 -0000 1.1 +++ openpkg-tools/cmd/dev.sh 8 Apr 2004 20:41:56 -0000 1.2 @@ -21,7 +21,7 @@ ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -## SUCH DAMAGE. +## SUCH DAMAGE. ## # TODO @@ -65,7 +65,7 @@ else AWK="`type -f -p awk`" fi - + # a note about CVS HEAD # CVS calls the latest version of a file "head". It also supports two # hardcoded pseudotags, "BASE" and "HEAD". It is a strange and often @@ -318,11 +318,11 @@ echo "++ creating directory structure (${OPENPKG_REPO}/{dst,pkg})" # special overridden setup for dev.de.cw.net domain case `hostname` in - *.dev.de.cw.net ) + *.dev.de.cw.net ) ( echo "" echo "# ==== Overide settings for C&W IS Development Team ===" echo "" - echo "# use local mirror first" + echo "# use local mirror first" echo "%l_fetch_mirror_0 ftp://ftp.openpkg.org/sources/DST/%{name}/" echo "" echo "# use shared storage" @@ -533,7 +533,7 @@ mode="execute" fi fi - + # execute query, if any if [ ".${query}" != . ]; then eval "${query}" @@ -1193,7 +1193,7 @@ if [ ".${BRANCH}" = .HEAD ]; then echo "++ linting ${name}.spec (package specification)" getrpmcmd $E - HOME=${OPENPKG_WORK} perl ${OPENPKG_WORK}/re/speclint.pl --rpm="${RPMCMD}" ${OPENPKG_WORK}/src/${name}/${name}.spec + HOME=${OPENPKG_WORK} perl ${OPENPKG_WORK}/re/speclint.pl --rpm="${RPMCMD}" ${OPENPKG_WORK}/src/${name}/${name}.spec if [ $? -gt 0 ]; then die "unacceptable specification: ${OPENPKG_WORK}/src/${name}/${name}.spec" fi @@ -1206,7 +1206,7 @@ fi if [ -f fsl.${name} ]; then echo "++ linting fsl.${name} (OSSP fsl configuration)" - HOME=${OPENPKG_WORK} perl ${OPENPKG_WORK}/re/fsllint.pl ${OPENPKG_WORK}/src/${name}/fsl.${name} + HOME=${OPENPKG_WORK} perl ${OPENPKG_WORK}/re/fsllint.pl ${OPENPKG_WORK}/src/${name}/fsl.${name} if [ $? -gt 0 ]; then die "unacceptable fsl configuration: ${OPENPKG_WORK}/src/${name}/fsl.${name}" fi @@ -1287,7 +1287,7 @@ builtin cd "${OPENPKG_WORK}" || die "cannot cd to ${OPENPKG_WORK}" if [ ".${msg}" != . -a -f "${msg}" ]; then if [ ${bundle} -eq 1 ]; then - bundle_files="${bundle_files} ${files}" + bundle_files="${bundle_files} ${files}" elif [ ${dry} -eq 0 ]; then cvs -d ${OPENPKG_REPO} commit -F "${msg}" $files else @@ -1296,7 +1296,7 @@ fi elif [ ".${msg}" = ".-" ]; then if [ ${bundle} -eq 1 ]; then - bundle_files="${bundle_files} ${files}" + bundle_files="${bundle_files} ${files}" elif [ ${dry} -eq 0 ]; then cvs -d ${OPENPKG_REPO} commit $files else @@ -1305,7 +1305,7 @@ fi else if [ ${bundle} -eq 1 ]; then - bundle_files="${bundle_files} ${files}" + bundle_files="${bundle_files} ${files}" elif [ ${dry} -eq 0 ]; then cvs -d ${OPENPKG_REPO} commit -m "${msg}" $files else @@ -1670,7 +1670,7 @@ all="$*" fi for i in $all; do - search_for $i ftp://ftp.openpkg.org/current/SRC/ + search_for $i ftp://ftp.openpkg.org/current/SRC/ search_for $i ftp://ftp.openpkg.org/stable/SRC/ search_for $i ftp://ftp.openpkg.org/release/2.0/UPD/ search_for $i ftp://ftp.openpkg.org/release/2.0/SRC/ @@ -1747,7 +1747,7 @@ if [ -f ${path}/fsl.${name} ]; then echo "++ linting ${path}/fsl.${name} (OSSP fsl configuration)" - HOME=${OPENPKG_WORK} perl ${OPENPKG_WORK}/re/fsllint.pl ${path}/fsl.${name} + HOME=${OPENPKG_WORK} perl ${OPENPKG_WORK}/re/fsllint.pl ${path}/fsl.${name} if [ $? -gt 0 -a $force -ne 1 ]; then die "unacceptable fsl configuration: ${path}/fsl.${name}" fi @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]