From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BBDA01F4B4; Thu, 4 Feb 2021 04:11:55 +0000 (UTC) Date: Thu, 4 Feb 2021 04:11:55 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 1/2] www: call curl with -d '' in the altid instructions Message-ID: <20210204041155.GA1710@dcvr> References: <20210204025446.22223-1-kyle@kyleam.com> <20210204025446.22223-2-kyle@kyleam.com> <87zh0kwl42.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zh0kwl42.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Kyle Meyer writes: > > > - curl -XPOST $url | \\ > > + curl -d '' $url | \\ > > gzip -dc | \\ > > sqlite3 /path/to/$altid_pfx.sqlite3 > > Ah, I didn't note the '|' alignment here. I suppose the last two lines > should be shifted left by one character to restore that style. Heh, I just pushed it out as-is, I don't think worrying about pipe alignment is worth it. Anyways thanks for this series, hopefully it makes things easier for more people trying to mirror setups.