From 28c1fc8ea39f0fdb244f08f386ed81a2c68c0f5c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 26 Jul 2026 16:31:56 -0500 Subject: build roles: force real tarballs for single-file artifacts community.general.archive (>=10) compresses a lone file into a bare .gz instead of a tarball, so the mattertimesync/bin/nostr artifacts failed the server-side unarchive. Set force_archive: true so the archive module emits a real single-member .tar.gz, consistent with the multi-file dendrite/pleroma builds. --- mattertimesync/build/tasks/main.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mattertimesync/build/tasks/main.yaml') diff --git a/mattertimesync/build/tasks/main.yaml b/mattertimesync/build/tasks/main.yaml index f9c0341..e846f9c 100644 --- a/mattertimesync/build/tasks/main.yaml +++ b/mattertimesync/build/tasks/main.yaml @@ -38,4 +38,7 @@ path: "{{mattertimesync_build_dir}}/mattertimesync.mjs" dest: "{{mattertimesync_srv_dir}}/mattertimesync-{{mattertimesync_version}}.tar.gz" format: "gz" + # force a real tar for the single-file bundle; the module otherwise gzips a + # lone file into a bare .gz that the server's unarchive can't extract. + force_archive: true when: not build_file.stat.exists -- cgit v1.2.3