Seti

Results 5 comments of Seti

As far as I remember, `live-build` configures the installer to leave no choice which repositories are activated, you can only choose the mirror to use. After installation, the `sources.list` was...

About enabling backports: if live-build does not support it, a chroot-hook could be used to append the configuration for backports in `/etc/apt/sources.list`.

Reopening, because the Debian installer overwrites the sources.list provided with 8850aeb. The issue still remains when SARbian is installed. For `backports` we can fix it by placing a configuration into...

This seems to come from some API changes in rasterio. If you are using a version of rasterio < 1.0, changing [this line](https://github.com/ceos-seo/agdc-v2/blob/master/ingest/prepare_scripts/landsat_collection/usgs_ls_ard_prepare.py#L77) in the prepare script to: ``` transform...

The `Unsatisfiable requirements` message is due to [changes in the general package registry](https://discourse.julialang.org/t/package-compatibility-caps/15301) to prevent Pkg in Julia 1.0 from installing packages that are incompatible with Julia 1.0 In other...