genode/repos/gems
Timo Nicolai 0a81bd5d5a depot_download_manager: fix verifying failed download
In some instances, the fetchurl progress determined by
depot_download_manager will be empty when the download fails (e.g. due
to a 404), this commit fixes a bug where this would be interpreted as
the download having completed which would subsequently start hash
verification of a package that has never actually been downloaded.

Fixes #4919
2023-06-16 11:24:26 +02:00
..
include file_vault: version 23.05 2023-05-30 12:03:32 +02:00
lib file_vault: version 23.05 2023-05-30 12:03:32 +02:00
recipes depot: add black_hole and fonts_fs to pkg/goa 2023-06-16 11:24:26 +02:00
run New depot_remove component 2023-06-16 11:24:26 +02:00
sculpt sculpt: increase sculpt_manager's cap quota 2023-05-30 12:13:33 +02:00
src depot_download_manager: fix verifying failed download 2023-06-16 11:24:26 +02:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory is a source-code repository containing Genode-specific services
and applications. In contrast to the components hosted in the 'os' repository,
programs contained in 'gems' are able to leverage the functionalities provided
by higher-level repositories such as 'libports'. To use the 'gems' repository,
make sure to also add those repositories to your build configuraion.