sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 96536bb40df38e8d087ab3c3b2ea7e3ed5b35404
parent f246df40dad142eb7cb750f1bebfaf03ee4b6905
Author: Florian Dold <dold@taler.net>
Date:   Mon, 27 Jul 2026 19:11:34 +0200

name the paivana component after its debian source package

Diffstat:
MDockerfile | 8++++----
Rbuildconfig/paivana.giturl -> buildconfig/paivana-httpd.giturl | 0
Rbuildconfig/paivana.tag -> buildconfig/paivana-httpd.tag | 0
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -114,9 +114,9 @@ COPY buildconfig/taler-merchant.* /buildconfig/ RUN sandcastle-build-generic taler-merchant # Paivana (needs libtalermerchant from the merchant) -FROM taler-merchant as paivana -COPY buildconfig/paivana.* /buildconfig/ -RUN sandcastle-build-generic paivana +FROM taler-merchant as paivana-httpd +COPY buildconfig/paivana-httpd.* /buildconfig/ +RUN sandcastle-build-generic paivana-httpd # Challenger FROM base-system as challenger-webui @@ -200,7 +200,7 @@ COPY --from=taler-merchant-demos /packages/taler-merchant-demos/* /packages/ COPY --from=challenger-webui /packages/challenger-webui/* /packages/ COPY --from=challenger /packages/challenger/* /packages/ COPY --from=donau /packages/donau/* /packages/ -COPY --from=paivana /packages/paivana/* /packages/ +COPY --from=paivana-httpd /packages/paivana-httpd/* /packages/ COPY --from=turnstile /opt/turnstile /opt/turnstile RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y upgrade && \ apt-get install --no-install-recommends -y /packages/*.deb diff --git a/buildconfig/paivana.giturl b/buildconfig/paivana-httpd.giturl diff --git a/buildconfig/paivana.tag b/buildconfig/paivana-httpd.tag