From: Faiyaz Ahmed Date: Thu, 26 Jun 2008 22:22:05 +0000 (+0000) Subject: remove plc.d function 'check' X-Git-Tag: 4.2-rc21~34 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f09aa2d541059fd0d21d7c2f76de60081f97cf51;p=build.git remove plc.d function 'check' --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 5c4b4fbb..56167d69 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -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