From: Kian Kasad <kian@kasad.com> To: cgit@lists.zx2c4.com Subject: Custom release downloads Date: Sun, 5 Dec 2021 13:25:06 -0800 [thread overview] Message-ID: <20211205212506.fus2k6e7unh3uavg@frisbee.local> (raw) [-- Attachment #1: Type: text/plain, Size: 975 bytes --] 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 ├── branches ├── config ├── description ├── HEAD ├── releases │ ├── v0.0.0 │ │ ├── kblackjack-0.0.0.tar.gz │ │ └── kblackjack-0.0.0-py3-none-any.whl │ └── v0.0.1 │ ├── kblackjack-0.0.1.tar.gz │ └── kblackjack-0.0.1-py3-none-any.whl ├── hooks │ └── ... ├── info │ └── ... ├── objects │ └── ... └── refs └── ... -- Kian Kasad PGP 0x1715EEAA14DAEC1 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --]
reply other threads:[~2021-12-05 21:25 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20211205212506.fus2k6e7unh3uavg@frisbee.local \ --to=kian@kasad.com \ --cc=cgit@lists.zx2c4.com \ --subject='Re: Custom release downloads' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).