[OpenWrt-Devel] [PATCH v2 4/4] build: use zstd for SDK and ImageBuilder tarballs
Petr Štetiar
ynezz at true.cz
Mon Jun 1 09:01:44 EDT 2020
Matthias Schiffer <mschiffer at universe-factory.net> [2020-06-01 14:38:16]:
Hi,
> On 6/1/20 12:21 PM, Petr Štetiar wrote:
> >
> > 1. Someone has to provide patches against Buildbot[1] repo with the zstd
> > naming changes
>
> I can write the patch, but it seems this is only a default value, and the
> config file defines the actual value - which makes sense, as only master
> snapshots would use the new value, while 19.07 and older would still use
> .xz. Where are these per-instances variables defined?
Ah, right, it's in roles/buildslave/templates/config.ini.j2 in ansible.git
[rsync]
{% if master_data.branch == "master" %}
sdk_pattern = openwrt-sdk-*.tar.xz
{% else %}
sdk_pattern = {{ distribution }}-sdk-*.tar.xz
{% endif %}
I can change this Ansible part once needed.
-- ynezz
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list