[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Removing condor-8.0.6-225363.rhel6.4.i686.rpm due to failed signature check.



I'm using reposync to copy the full HTcondor repos for CentOS/RHEL 6 & 7. The repo for 6 seems to have a bad reposata entry as well as a potentially corrupt condor-8.0.6-225363.rhel6.4.i686.rpm:
reposync -c /etc/reposync.conf -e /var/cache/reposync/x86_64/ -n -g -r 
htcondor-stable
[htcondor-stable: 1     of 32    ] Skipping existing 
condor-8.4.6-1.el6.x86_64.rpm
[htcondor-stable: 2     of 32    ] Skipping existing 
condor-8.4.6-1.el6.i686.rpm
[htcondor-stable: 3     of 32    ] Downloading 
condor-8.0.6-225363.rhel6.4.i686.rpm
condor-8.0.6-225363.rhel6.4.i686.rpm                     |  18 MB 
00:02
Removing condor-8.0.6-225363.rhel6.4.i686.rpm due to failed signature check.
[htcondor-stable: 4 of 32 ] Skipping existing condor-all-8.4.6-1.el6.x86_64.rpm
...

I am instructing reposync to only grab the newest RPM (tne -n flag) so why it's even trying to get 8.0.6 is a mystery to me.
FTR, here's the reposync file I'm using for this specific repo:

[htcondor-stable]
name=HTCondor Stable RPM Repository for Redhat Enterprise Linux 6
baseurl=http://research.cs.wisc.edu/htcondor/yum/stable/rhel6
enabled=1
gpgcheck=1

This doesn't include the flags in reposync.conf but they're the usual standard set.
nomad