chicken-hackers
[Top][All Lists]
Advanced

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

[PATCH] chicken-install: Consider two location layouts


From: Mario Domenech Goulart
Subject: [PATCH] chicken-install: Consider two location layouts
Date: Fri, 02 Dec 2022 22:38:52 +0100

Hi,

Attached is a patch that hopefully improves the usability of
chicken-install in "offline" mode (i.e., fetching eggs from a local
directory instead of egg servers).

The main use-case would be using eggs from a git repository of egg
sources [0][1].

Example of workflow:

  $ git clone git://code.call-cc.org/eggs-5-latest.git

  # Set `location' in setup.defaults to point to the directory where
  # eggs-5-latest has been cloned into

  $ chicken-install <whatever-egg>

In that case, eggs will be installed from the local filesystem.  To
update egg sources, users just need to update the copy of the git
repository.

[0] git://code.call-cc.org/eggs-5-all.git
[1] git://code.call-cc.org/eggs-5-latest.git

All the best.
Mario
-- 
http://parenteses.org/mario

Attachment: 0001-chicken-install-Consider-two-location-layouts.patch
Description: Text Data


reply via email to

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