taler-deployment

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

commit fd6e915be9885ad7b4e5b09af5f898fe8d149e15
parent 629ad7506f83cc5cb69098b270c77c48a85b7e35
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 11 Oct 2019 15:13:25 +0530

logic ...

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -120,7 +120,7 @@ def get_stale_repos(): if not s.exists(): timestamps[r.name] = time.time() stale.append(r) - break + continue timestamps[r.name] = s.stat().st_mtime for dep in r.deps: if timestamps[dep] > ts: