chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Egg: TOML wrapper


From: Daniel Ziltener
Subject: Re: New Egg: TOML wrapper
Date: Tue, 6 Sep 2022 13:50:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

Git Subtree did the trick. The archive contains everything necessary now :) Thanks! I didn't know about Git Subtree.

On 06.09.22 11:32, Peter Bex wrote:
On Mon, Sep 05, 2022 at 09:53:11PM +0200, Daniel Ziltener wrote:
Hmm, right... I have never sent in an egg with a submodule. Seems like Gitea
cannot pack submodules so far. So what I did for now is to add a "generated
source" to the egg file that triggers a "git clone" of a hardcoded commit of
tomlc99. I ran "test-new-egg" on it which succeeded. I hope this is an
acceptable approach?
Not really - that way "chicken-install -retrieve" would be unable to
retrieve the entire sources.  The idea is that chicken-install's build
process should be possible to run entirely offline.

Instead, you could generate the tarballs yourself and host them
somewhere.  Or you could use git's subtree feature instead of submodule,
perhaps Gitea *can* pack those.

Cheers,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]