RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: mancoosi                         Date:   14-Apr-2011 13:57:27
  Branch: HEAD                             Handle: 2011041411572700

  Modified files:
    mancoosi/buildbot/bin   trun

  Log:
    - ensure starting point is sane.

  Summary:
    Revision    Changes     Path
    1.4         +11 -0      mancoosi/buildbot/bin/trun
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: mancoosi/buildbot/bin/trun
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 trun
  --- mancoosi/buildbot/bin/trun        14 Apr 2011 03:14:25 -0000      1.3
  +++ mancoosi/buildbot/bin/trun        14 Apr 2011 11:57:27 -0000      1.4
  @@ -10,5 +10,16 @@
   H=/home/buildbot
   rpmtest=bin/rpmtest.py
   
  +cd /var/lib/rpm
  +case $D in
  +MDV2011)
  +    db_recover -ev
  +    ;;
  +*)
  +    rm -f __db*
  +    rpm --rebuilddb
  +    ;;
  +esac
  +
   cd $H
   $dbg $python $rpmtest -p$N $D/RPMS
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to