On Montag, 19. Juni 2017 14:11:25 CEST Mathias Radtke wrote:
On 19.06.2017 14:03, Frank Schreiner wrote:
It moved some things, but still I again get the verification error
got job, run build... 2017-06-19 09:29:40: building 'opsi-linux-bootimage' for project 'home:uib:opsi4.0-experimental' repository 'Debian_8.0' arch 'i586' using helper linux32 fetching sources, source verification fails: 713990b4462e712af44a658004e11f72 != f58ce6478db93749199604c958a7c9b8 build failed, marked as bad build host... sent, all done...
host and workers are running on the same machine
First I would try to verify the md5sums on the worker side
TDIR=`mktemp -d` cd $TDIR curl "http://obs.uib.local:5352/getprojpack?withsrcmd5&project=home:uibmz:opsi :opsi40-experimental&package=opsi-linux-bootimage"|cpio -i LANG=C;md5sum *|md5sum -
curl "http://obs.uib.local:5352/getprojpack?withsrcmd5&project=home:uibmz:opsi:op si40-experimental&package=opsi-linux-bootimage"|cpio -i LANG=C;md5sum *|md5sum -
ARGH, stupid me: curl "http://obs.uib.local:5352/getsources?project=home:uibmz:opsi:opsi40-experime..." | cpio -i should work
cat: /srv/obs/sources/opsi-linux-bootimage/b9bbf281ed748f21e4249a2ec4c1a755-MD5SU MS: No such file or directory
There isn't any file related to this checksum
hmm, I see, the package is linked to OBS what gives cd /srv/obs/sources/opsi-linux-bootimage/ ls -rt *MD5SUMS|tail -1 cat `ls -rt *MD5SUMS|tail -1` back?