RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Tue 24 Jul 2007 - 09:20:58 CEST
Message-Id: <20070724072058.B619C3484F4@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   24-Jul-2007 09:20:58
  Branch: HEAD                             Handle: 2007072408205800

  Modified files:
    rpm                     devtool.conf

  Log:
    be less chatty when updating

  Summary:
    Revision    Changes     Path
    2.68        +2  -2      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.67 -r2.68 devtool.conf
  --- rpm/devtool.conf	23 Jul 2007 22:26:47 -0000	2.67
  +++ rpm/devtool.conf	24 Jul 2007 07:20:58 -0000	2.68
  @@ -16,7 +16,7 @@
           if [ ".${release}" = . ]; then
               if [ -d ${DEVTOOL_SRCDIR}/${name}/CVS ]; then
                   echo "===> ${name} (cvs up HEAD)"
  -                ( cd ${DEVTOOL_SRCDIR}/${name} && cvs up -A -P -d )
  +                ( cd ${DEVTOOL_SRCDIR}/${name} && cvs -q up -A -P -d )
               else
                   echo "===> ${name} (cvs co HEAD)"
                   ( cd ${DEVTOOL_SRCDIR} && cvs co -A -d ${name} ${name} )
  @@ -24,7 +24,7 @@
           else
               if [ -d ${DEVTOOL_SRCDIR}/${name}/CVS ]; then
                   echo "===> ${name} (cvs up ${release})"
  -                ( cd ${DEVTOOL_SRCDIR}/${name} && cvs up -P -d -r${release} )
  +                ( cd ${DEVTOOL_SRCDIR}/${name} && cvs -q up -P -d -r${release} )
               else
                   echo "===> ${name} (cvs co ${release})"
                   ( cd ${DEVTOOL_SRCDIR} && cvs co -r${release} -d ${name} ${name} )
  @@ .
Received on Tue Jul 24 09:20:58 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.