FS#55058 - [gitlab-runner] checksum mismatch

Attached to Project: Community Packages
Opened by Erich Eckner (deepthought) - Sunday, 06 August 2017, 19:31 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 07 August 2017, 15:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

There is (again) a checksums mismatch - I think, you updated the $pkgver and ignored the change in the source, since the filename is still the same:

==> Validating source files with sha512sums...
gitlab-ci-multi-runner ... Skipped
prebuilt-x86_64.tar.xz ... FAILED
prebuilt-arm.tar.xz ... FAILED
gitlab-runner.service ... Passed
gitlab-runner.sysusers ... Passed
gitlab-runner.tmpfiles ... Passed
config.toml ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.

Additional info:
* package version(s)
gitlab-runner 9.4.2-1

Steps to reproduce:
Try to build it in an empty directory (e.g. one without prebuilt-*.tar.xt).

Cheers, deep42thought
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 07 August 2017, 15:34 GMT
Reason for closing:  Fixed
Comment by Eli Schwartz (eschwartz) - Sunday, 06 August 2017, 19:38 GMT
This could be avoided by using "prebuilt-${pkgver}-x86_64.tar.xz:https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz" for the source.
Comment by Sven-Hendrik Haase (Svenstaro) - Monday, 07 August 2017, 15:17 GMT
Oh dear, yes of course.

Loading...