Summary
henrietta ignores dotfiles
Metadata
- Id: f483e6a83376ac0199bc55d86c800944e18a3c83
- Trac id: 1680
- Type: defect
- Reporter: wasamasa
- Owner:
- Cc:
- Status: closed
- Component: infrastructure
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: not urgent at all
- Milestone: someday
- Version: 5.1.0
- Changetime: 2021-08-28 14:08:32 UTC
- Created: 2020-02-11 23:46:07 UTC
- Keywords: eggs henrietta
Description
Files starting with a dot (AKA dotfiles) are ignored when fetched with henrietta. One such example file is https://github.com/wasamasa/breadline/blob/master/examples/.csirc which isn't downloaded by chicken-install.
Changes and comments
[2020-03-14 13:27:02 UTC] sjamaan wrote:
Fixed by 1.4 release (TODO: deploy it)
[2020-03-22 10:24:56 UTC] sjamaan wrote:
Due to a regression in henrietta-cache, newer versions would no longer take dotfiles from the extracted archive when moving it over to the cache directory.
This has been fixed, so one must now install henrietta-cache 1.6 alongside henrietta 1.4 for this to work smoothly. It also works with henrietta-cache 1.3 or earlier.
[2021-08-28 14:08:25 UTC] wasamasa wrote:
Thanks, I've run `chicken-install breadline` and `~/.cache/chicken-install/breadline/examples/.csirc` is there now.