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=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28120 invoked from network); 5 Dec 2021 21:25:27 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 5 Dec 2021 21:25:27 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id 9fea8b9f; Sun, 5 Dec 2021 21:25:10 +0000 (UTC) Return-Path: Received: from mail.kasad.com (mail.kasad.com [140.82.7.10]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 032934e7 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sun, 5 Dec 2021 21:25:09 +0000 (UTC) Received: from localhost (unknown [98.37.92.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.kasad.com (Postfix) with ESMTPSA id BDC1320593 for ; Sun, 5 Dec 2021 13:25:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kasad.com; s=mail; t=1638739508; bh=cPMzd0od5XQIZ0dHmfVv2IUQuRiv5CRa7jEDdNdO2i8=; h=Date:From:To:Subject:From; b=Y8MoGGSczzArJegD4cv9FkF37HqByajeIgMrDW6XTofuUZymQJzlXF05DFgY+GS1R w9iC7aplscbM0h0F+KRZ4flz3iyLUiDRr48AQexQp4XJSnflMBihoNIBio6RHxKckv EA/szCnBG6ZlHI1z1o+sesfJCAQ2k3/5EzY3Z5K05dfMMcuBdrSMrrEo59hy+gWybw Z8J1SBrH/IE84m49q271xO7gkcgfGl93GVUc9qExYxOdDqLUCASlNltY2X9I7J43pH JaDma7fX/qoLWskobKfk2kpKPzSwtUEbF9rzo5m748fa75VdON9SLVzFFnzGtmlRyu AIF9uYRXchwcA== Date: Sun, 5 Dec 2021 13:25:06 -0800 From: Kian Kasad To: cgit@lists.zx2c4.com Subject: Custom release downloads Message-ID: <20211205212506.fus2k6e7unh3uavg@frisbee.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kyfvkdtfgdblujdd" Content-Disposition: inline X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" --kyfvkdtfgdblujdd Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Custom release downloads MIME-Version: 1.0 Hi, Is it possible to add custom release downloads? Instead of a snapshot of the Git repository, I want to be able to add a certain file to download. This file will be generated in a post-receive hook for my repository, but that shouldn't matter too much. For example, the repository structure could look like this, with the files to download placed in a 'releases' folder. repo.git =E2=94=9C=E2=94=80=E2=94=80 branches =E2=94=9C=E2=94=80=E2=94=80 config =E2=94=9C=E2=94=80=E2=94=80 description =E2=94=9C=E2=94=80=E2=94=80 HEAD =E2=94=9C=E2=94=80=E2=94=80 releases =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 v0.0.0 =E2=94=82=C2=A0 =E2=94=82 =C2=A0 =E2=94=9C=E2=94=80=E2=94=80 kblackjack-0= =2E0.0.tar.gz =E2=94=82=C2=A0 =E2=94=82 =C2=A0 =E2=94=94=E2=94=80=E2=94=80 kblackjack-0= =2E0.0-py3-none-any.whl =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 v0.0.1 =E2=94=82=C2=A0 =C2=A0 =E2=94=9C=E2=94=80=E2=94=80 kblackjack-0.0.1.tar= =2Egz =E2=94=82=C2=A0 =C2=A0 =E2=94=94=E2=94=80=E2=94=80 kblackjack-0.0.1-py3= -none-any.whl =E2=94=9C=E2=94=80=E2=94=80 hooks =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 ... =E2=94=9C=E2=94=80=E2=94=80 info =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 ... =E2=94=9C=E2=94=80=E2=94=80 objects =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 ... =E2=94=94=E2=94=80=E2=94=80 refs =E2=94=94=E2=94=80=E2=94=80 ... -- Kian Kasad PGP 0x1715EEAA14DAEC1 --kyfvkdtfgdblujdd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRrgCQ5gHlZM+2U6fU7QHlES2ZOcgUCYa0uLwAKCRA7QHlES2ZO cm5HAP9e7mluEmHxb5mX0tM0l4qGS8Kly9f1VeusDaKJRxjmRQEA6NMfEqo7VC7A dlJSx3K5wFNg7qeWy3k8twWc+ErufwA= =VQ4z -----END PGP SIGNATURE----- --kyfvkdtfgdblujdd--