Debug logging for exchange tarball selection

This commit is contained in:
nocci 2025-12-12 12:53:44 +00:00
parent b90cb42e3b
commit 6303be3b0e

View file

@ -90,6 +90,7 @@ RUN set -e; \
git clone --depth 1 --branch "${EXCHANGE_REF}" https://git.taler.net/exchange.git /src/exchange; \ git clone --depth 1 --branch "${EXCHANGE_REF}" https://git.taler.net/exchange.git /src/exchange; \
EXCHANGE_DIR="/src/exchange"; \ EXCHANGE_DIR="/src/exchange"; \
fi; \ fi; \
echo "Using EXCHANGE_DIR=${EXCHANGE_DIR} (tar=${EXCHANGE_TAR})"; \
if [ "${EXCHANGE_TAR}" = "1" ]; then \ if [ "${EXCHANGE_TAR}" = "1" ]; then \
if [ -f "${EXCHANGE_DIR}/configure" ]; then \ if [ -f "${EXCHANGE_DIR}/configure" ]; then \
echo "Using existing configure for Exchange tarball"; \ echo "Using existing configure for Exchange tarball"; \