G'day Leitz,
Firstly, please put code, data, and any error messages within <code>...</code> tags. That way, we can see what you're seeing and get a verbatim copy via the [download] link.
The first line of MANIFEST.SKIP contains a link: it looks to us like \bbookbot-\d\.\_+; it probably really (i.e. to you) looks like \bbookbot-[\d\.\_]+.
\bbookbot-[\d\.\_]+ actually matches all of your files. \bbookbot-.*\* does not match any of your files. A simpler regex to match all of your files is /bookbot-.+?/.
Because (my guess about) the first regex should match, it's possible you have some rogue (maybe whitespace) character in MANIFEST.SKIP. Please run the following command and post the result:
cat -vet MANIFEST.SKIP
That will highlight any rogue characters. It may present an immediate solution to you.
The following (in the spoiler) is my analysis. You may want to modify that to test other regexes or different input files. Note that I trimmed the leading /home/leam/lang/git from all pathnames.
— Ken
In reply to Re: Issues with first module build
by kcott
in thread Issues with first module build
by Leitz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |