Skip to content

Run apt update before trying to donwload the package source

Emanuele Aina requested to merge wip/em/apt-update into apertis/v2022dev2

Since infrastructure/apertis-image-recipes@7252fff4 the devroot no longer has valid entries under /var/lib/apt/lists, so apt source no longer works out-of-the-box.

Run apt update to refresh the listings before downloading the sources for the package to be built.

Merge request reports