From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [107.161.22.3]) by inbox.vuxu.org (Postfix) with ESMTP id D455821762 for ; Sat, 23 Nov 2024 21:16:01 +0100 (CET) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Sat Nov 23 15:15:02 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1732392838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5OmQfHTKDAPuX3Mz6fp7NDufumESXg9w64IpDHQKopk=; b=ak+5HM5aOEc/BKEUFzTL8ZC6kY24dnYhNhg+m6N+ehWw2JVEPBMdLzWQLgnMRxNcKaYZ/0 WKYEwfY+DCysCy1NBpvnCXvIGxq4JwdbhhVPT3suMOUaR7w4sjC6W/zFJQmSIZRUQWIG/E patq6CEXfVJZeOTjUeByVCqntZ/+JfU= Received: from [192.168.168.200] (173-22-56-200.client.mchsi.com [173.22.56.200]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id ee88ece2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Sat, 23 Nov 2024 14:13:57 -0600 (CST) Message-ID: <57cddbb8-f029-40e7-9a2a-476c27a8ff70@posixcafe.org> Date: Sat, 23 Nov 2024 14:14:59 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 9front@9front.org References: Content-Language: en-US From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: persistence-oriented table module Subject: Re: [9front] Blank nightly drawterm archives Reply-To: 9front@9front.org Precedence: bulk On 11/23/24 08:14, Alexander Kapshuk wrote: > Downloading https://iso.only9fans.com/drawterm/drawterm-amd64.exe.zip > doesn't work. > The archive appears to be blank. > > $ wget https://iso.only9fans.com/drawterm/drawterm-amd64.exe.zip > --2024-11-23 16:12:37-- > https://iso.only9fans.com/drawterm/drawterm-amd64.exe.zip > Resolving iso.only9fans.com (iso.only9fans.com)... 216.126.196.50 > Connecting to iso.only9fans.com > (iso.only9fans.com)|216.126.196.50|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: unspecified > Saving to: ‘drawterm-amd64.exe.zip’ > > drawterm-amd64.exe.zip [ <=> > ] 0 --.-KB/s in 0s > > 2024-11-23 16:12:38 (0.00 B/s) - ‘drawterm-amd64.exe.zip’ saved [0] > > $ file drawterm-amd64.exe.zip > drawterm-amd64.exe.zip: empty > > Thought I'd let you know. Thank you for the report, this is now fixed. I use a separate github repo for building these, and github likes to stop actions from running if they think a repo is "stale". Thanks, moody