New waf breaks CI (or exposes old breakage?)
James Browning
jamesb192 at jamesb192.com
Thu May 14 10:26:37 UTC 2026
> On 05/14/2026 12:08 AM PDT Hal Murray via devel <devel at ntpsec.org> wrote:
>
>
> Would somebody who understands the CI area please take a look. Thanks.
>
> https://gitlab.com/NTPsec/ntpsec/-/jobs/14364539418/raw
>
> tar -C /tmp/docbot-local/share/doc/ntpsec/ -cf - .|tar -C public/latest/
> -xf -
> tar: can't change directory to '/tmp/docbot-local/share/doc/ntpsec/': No
> such file or directory
It needs to be removed, have an octothorpe prepended, or have an or-ed test prepended. (or something else)
Bonus points for a comment that it's needed for waf versions that ignore GNU dirs.
- - tar -C /tmp/docbot-local/share/doc/ntpsec/ -cf - .|tar -C public/latest/ -xf -
+ - \[ -d public/latest \] || tar -C /tmp/docbot-local/share/doc/ntpsec/ -cf - .|tar -C public/latest/ -xf - # tar to work around waf ignoring GNU dirs
More information about the devel
mailing list