remove plc.d function 'check'
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 26 Jun 2008 22:22:05 +0000 (22:22 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 26 Jun 2008 22:22:05 +0000 (22:22 +0000)
vbuild-nightly.sh

index 5c4b4fb..56167d6 100755 (executable)
@@ -489,7 +489,6 @@ reaterepo=true
                 --define "_gpg_path $GPGPATH" \
                 --define "_gpg_name $GPGUID" \
                 --resign $new_rpms && touch $new_stamps
-            check
         fi
 
          # Update repository index / yum metadata. 
@@ -499,7 +498,6 @@ reaterepo=true
             # .oldheaders and .olddata directories accidentally.
             rm -rf $repository/{.oldheaders,.olddata}
             yum-arch $repository
-            check
         fi
 
         if [ -n "$need_createrepo" ] ; then
@@ -508,7 +506,6 @@ reaterepo=true
             else
                 createrepo --quiet $repository
             fi
-            check
         fi
 
     fi