ilbers / isar

Integration System for Automated Root filesystem generation
Other
177 stars 72 forks source link

Use fetcher rather than plain open in isar-bootstrap.inc #60

Open jan-kiszka opened 4 years ago

jan-kiszka commented 4 years ago

This shall enable proper dependency tracking on the pulled files. So far, we do not rebuild cleanly if some file content in [HOST_]DISTRO_APT_SOURCES changes. Not a major issue when pulling static distro data, but annoying when developing custom source lists.

ismagulb commented 4 years ago

Could you provide an example for reproducing?

jan-kiszka commented 4 years ago

Found while editing conf/distro/bullseye.list for the patch I sent. Likely depends on https://github.com/siemens/isar/commit/de7df8b4350690a36132502dabfe9e9b69b90df8 as well.