Rich FitzJohn
Rich FitzJohn
I was thinking adding this as per-package as well, so one might write: ``` user/repo/subdir@ref --no-vignettes ``` or ``` user/repo/subdir@ref {"vignettes": false} ``` but your per-build option (021a4c6) is also...
Cool, I'll get onto it. On the other hand - it's a real shame that rrdf has to do things so differently to basically every other package.
I think that this is working (checked in tests) - can you check?
Can duplicate now, working on regression test.
I'll try and look at this soon (bother me if I don't). There's a lot of poorly tested book-keeping around the directories, as I was part way through making it...
Yeah, I'm wondering if doing this more simply is the right move, or to use `--mirror`. I avoided `--mirror` because git2r didn't support it but it turns out it doesn't...
I think that this should work now. Could you check?
yes, this would be useful thanks (sorry for the delay, totally missed this)
:+1: definitely. Is avoiding the commit necessary for deploying elsewhere though?
Supporting skipping git would be easy enough (probably could go through and make all steps optional). Though omitting the .git directory on deploy should be easy for most tools, right?