Hi,
Looks like there was no daily snapshot for a couple of weeks because the
script was doing (the apparently naive):
git pull
./bootstrap
./configure
make
make distcheck
and the gnulib submodule never got updated, so bootstrap failed with:
top/README-release
top/maint.mk
2 out of 2 hunks FAILED -- saving rejects to file
/tmp/glI22454/gitlog-to-changelog.rej
gnulib/gnulib-tool: *** patch file gl/build-aux/gitlog-to-changelog.diff
didn't apply cleanly
gnulib/gnulib-tool: *** Stop.
I just manually did cd libtool/gnulib; git pull to "fix" it, but it
seems like something is broken somewhere if git pull; ./bootstrap does
not do the right thing.
Peter
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool