From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: **** X-Spam-Status: No, score=4.5 required=5.0 tests=BULK_RE_SUSP_NTLD, DATE_IN_PAST_12_24,DKIM_INVALID,DKIM_SIGNED,FROM_SUSPICIOUS_NTLD, PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29977 invoked from network); 9 Apr 2021 09:15:41 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 9 Apr 2021 09:15:41 -0000 Received: from out2.migadu.com ([188.165.223.204]) by 1ess; Thu Apr 8 17:18:24 -0400 2021 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a-b.xyz; s=key1; t=1617912978; 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-type: content-transfer-encoding:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=LeZ0bGGJRCGNERY+hW0DtCWHi2d8U7tQfUD+ooHDOoM=; b=o03I94+/5IfLCFy/rVCzbLRnT9FbkLqr7UNyy2g71IU0Fzndz0Slv5OMuYigW+Sk8Los4+ mtasrWZ1subReolGaj+5Wb1OENYv66pHj9DDW8bhiDMEk3EKQ7+wGRcoTHtczqiUtcoI1c 8wYA8yraThbo2s3h2OvLgYqQpf3scXI9uCWvGVqEaflJ0xmXOCucDLHsm965Wcr46r/Hx1 y+3dowRRMnv8s7IxzwQQpx2RCEMyQj4nZkIoU9PKXqhbuReVshpuFiR/fma15sKq0yrbag Ba93DayJyY4049+BdgMmKGbgznBPVJ6ebm0hrCHD65YSS4ZZlYQfOR9BSIVXtA== Content-Type: text/plain; charset="UTF-8" To: 9front@9front.org Date: Thu, 08 Apr 2021 22:16:15 +0200 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: kvik@a-b.xyz In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kvik@a-b.xyz List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing optimized cache base Subject: Re: [9front] [patch] juke documentation Reply-To: 9front@9front.org Precedence: bulk Quoth Romano : > the 'hg status' on tip I recently noticed that as well and found what's causing the issue. In 7613:721c15f31836 henesy went through the commands and did a number of cleanups. However, he failed to notice that /rc/bin/juke isn't a dist file and is instead being installed by the mkfile from /sys/src/cmd/games/music. So now we have two copies of this file, with the original having a wrong usage message and causing hg status to show it after mk install. I think we just remove the juke.rc and the mkfile rules to fix this. I also think we just nuke the juke and replace it with sigrid's zuke.