Philipp Huebner
Philipp Huebner
Hi, several different eunit tests fail on some of the more exotic architectures, see https://buildd.debian.org/status/package.php?p=erlang-lager&suite=sid You can access the full build log for each architecture by clicking on the build...
Great little tool, but could you make it shellcheck-clean? ``` $ shellcheck btrfs-snp In btrfs-snp line 52: local SNAPSHOT=${TAG}_$( date +%F_%H%M%S ) ^------^ SC2155 (warning): Declare and assign separately to...
Great little tool, but could you make it shellcheck-clean? ``` $ shellcheck btrfs-sync In btrfs-sync line 80: [[ $? -ne 0 ]] && { echo "error parsing arguments"; exit 1;...
src/triq.erl:468: Warning: call to crypto:rand_bytes/1 will fail, since it was removed in 20.0; use crypto:strong_rand_bytes/1
Hi there, I am currently packaging pytest-tap for Debian and using the tarball from https://pypi.org/project/pytest-tap/#files for that. It would be nice if you could include the file `conftest.py` in there....