Update default sdk pattern to a more relaxed pattern to make it future
proof if in the future the compression extension will change again.
Needed currently with the migration from .xz to .zst.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
source_password = secret
sdk_url = upload@rsync-server::data/bin/targets
sdk_password = secret
-sdk_pattern = openwrt-sdk-*.tar.xz
+sdk_pattern = openwrt-sdk-*.tar.*
[gpg]
key = -----BEGIN PGP PRIVATE KEY BLOCK-----
source_password = example2
sdk_url = user@example.org::download-binary
sdk_password = example3
-sdk_pattern = openwrt-sdk-*.tar.xz
+sdk_pattern = openwrt-sdk-*.tar.*
[gpg]
key = -----BEGIN PGP PRIVATE KEY BLOCK-----
rsync_sdk_url = None
rsync_sdk_key = None
-rsync_sdk_pat = "openwrt-sdk-*.tar.xz"
+rsync_sdk_pat = "openwrt-sdk-*.tar.*"
if ini.has_option("rsync", "sdk_url"):
rsync_sdk_url = ini.get("rsync", "sdk_url")