El 2022-08-04 00:54, DustDFG escribió:
Hello!
Qi defines variable 'tardir' as '${worktree}/sources' but not defines
'recipedir' for '${worktree}/recipes', '<?>dir' for '${worktree}/...'
I can't understand two things:
1)Why qi defines only tardir?
2)Why qi defines tardir? We have 'worktree' and It seems enough
Defining $recipedir and probably $patchdir, $archivedir, will imply
adding more variables in Qi, such as command line options. At the time
this question came up, so it is easier to keep $worktree in mind in
recipes, like this:
"${worktree}/archive", "${worktree}/archive", "${worktree}/patches",
"$tardir".
rather than:
"$recipedir", "$archivedir", "$patchdir", "$tardir".
Worktree is related to the working tree, it is intended to raise from Qi
(as explained in the manual) that the working tree is presented as a set
for files, patches, recipes (plain text), the opposite of $tardir
(binary and larger files), where in the latter case, it can be set or
defined for another directory, address.