You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.1 is tagged, but version number is not set in configure.ac. It also does not create a functional tarball via make dist
$ git checkout v0.1
$ sed -i 's/trunk/0.1/;' configure.ac
$ ./autogen.sh && ./configure && make && make dist
(...)
Cannot stat file "../src/tests/*.vtc": No such file or directory
Creating an empty test makes make check go through, though it would of course be better to add real tests that checks the module's functionality.
v0.1 is tagged, but version number is not set in configure.ac. It also does not create a functional tarball via make dist
$ git checkout v0.1
$ sed -i 's/trunk/0.1/;' configure.ac
$ ./autogen.sh && ./configure && make && make dist
(...)
Cannot stat file "../src/tests/*.vtc": No such file or directory
Creating an empty test makes make check go through, though it would of course be better to add real tests that checks the module's functionality.
$ mkdir src/tests
$ touch src/tests/
$ touch src/tests/notest.vtc
$ make dist
(...)
tardir=libvmod-rfc6052-0.1 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >libvmod-rfc6052-0.1.tar.gz
(...)
Ingvar
The text was updated successfully, but these errors were encountered: