Hi Jörg, Jörg F. Wittenberger <[email protected]> writes:
[...] > Brings back the question: how would I tell chicken to temporarily consult > other locations for egg distributions? E.g. I'd like to use chicken-install > in a fresh location outside the source directory of the egg to check that > the whole download picks the correct files and all of them. Or maybe I just > want to install an egg I deem not good enough to release. Maybe you're looking for a custom entry in share/chicken/setup.defaults. Maybe something like: (server (location "/path/to/my/eggs") (transport local)) _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
