commit 97e7902d37d261853dba37194eee335b61682048
parent a295c01a4338074785ff07c8a7ef3d44d7d5070e
Author: Florian Dold <florian@dold.me>
Date: Wed, 15 Jul 2026 18:53:05 +0200
use rsync
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/ng/taler-pkg b/packaging/ng/taler-pkg
@@ -407,7 +407,7 @@ def publish(cfg):
check=True,
)
subprocess.run(
- ["scp", "--", *debs, f"taler-packaging@{host}:{distro}/"], check=True
+ ["rsync", "-a", "--info=progress2", "--", *debs, f"taler-packaging@{host}:{distro}/"], check=True
)
ret = subprocess.run(
[