]> git.ipfire.org Git - thirdparty/systemd.git/commit
pull: fix SHA256SUMS fallback for file:// URLs
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Aug 2025 15:05:09 +0000 (17:05 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Sep 2025 12:35:10 +0000 (14:35 +0200)
commitaa7574417b86ac0bb7ed492b7cfc872e9ace15d7
tree4367cae2da90ee51da923e73b78916883057f0bd
parentab0ffca1308240455d6d423490300ea53b873f59
pull: fix SHA256SUMS fallback for file:// URLs

For file:// there's no http error code 404, but there's
CURLE_FILE_COULDNT_READ_FILE hence call ->on_not_found() in that case
too.

Follow-up for: c456862f87237831ce2bbaeb53a37d1b3d669285
src/import/pull-job.c