RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/tests/ devtool.conf

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 26 Sep 2010 - 05:08:40 CEST
Message-Id: <20100926030840.1F5ECD9F17@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   26-Sep-2010 05:08:40
  Branch: rpm-5_3                          Handle: 2010092603083900

  Modified files:           (Branch: rpm-5_3)
    rpm/tests               devtool.conf

  Log:
    - tests: slurp additional files into mongo stores.

  Summary:
    Revision    Changes     Path
    1.1.2.2     +5  -7      rpm/tests/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tests/devtool.conf
  ============================================================================
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 devtool.conf
  --- rpm/tests/devtool.conf	26 Sep 2010 00:52:27 -0000	1.1.2.1
  +++ rpm/tests/devtool.conf	26 Sep 2010 03:08:39 -0000	1.1.2.2
  @@ -126,14 +126,12 @@
       %scalar_$Y npkgs	$1
       %next_$Y
       %tuple_$Y manifest	`cat $F | sed -e 's;^.*/;;' -e 's;.rpm$;;'`
  -    if [ -f $D/install ]; then
  +    for F in fetch import install upgrade verify erase bugs note
  +    do
  +        [ -f $D/$F ] || continue
           %next_$Y
  -	%slurp_$Y install $D/install
  -    fi
  -    if [ -f $D/verify ]; then
  -        %next_$Y
  -	%slurp_$Y verify $D/verify
  -    fi
  +	%slurp_$Y $F $D/$F
  +    done
       %fini_$Y
   
   ## -----
  @@ .
Received on Sun Sep 26 05:08:40 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.