]> 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>
Fri, 10 Oct 2025 08:35:44 +0000 (10:35 +0200)
commitd43e0d7d58f9d7b42cacde29e25a64d926b19051
treee46f189d55ec77d687422ac21f293a976d692ef8
parent708fb198c4050e51d1d4eabab8599c3bacc8c479
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

(cherry picked from commit aa7574417b86ac0bb7ed492b7cfc872e9ace15d7)
src/import/pull-job.c