taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a295c01a4338074785ff07c8a7ef3d44d7d5070e
parent e0ad747fc5b5c128d99e4e65f72727e716521ab8
Author: Florian Dold <florian@dold.me>
Date:   Wed, 15 Jul 2026 18:11:23 +0200

fix build order

Diffstat:
Mpackaging/ng/taler-pkg | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/packaging/ng/taler-pkg b/packaging/ng/taler-pkg @@ -27,6 +27,11 @@ native_arch = "amd64" if platform.machine().lower() in ("x86_64", "amd64") else components = [ "taler-wallet-cli", "taler-merchant-webui", + "taler-exchange-kyc-webui", + "taler-exchange-aml-webui", + "taler-auditor-webui", + "taler-challenger-helpers", + "challenger-webui", "gnunet", "libeufin", "donau", @@ -36,11 +41,6 @@ components = [ "taler-merchant", "taler-rust", "robocop", - "taler-exchange-kyc-webui", - "taler-exchange-aml-webui", - "taler-auditor-webui", - "challenger-webui", - "taler-challenger-helpers", #"depolymerization", # These two packages don't have good debs yet, # Debian complains "No section given for ..., skipping.