taler-deployment

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

commit 5449b90e3aae48cd64f088829154b6d390b71893
parent 05c906bd05a8daefb657e9e77e1afdaa97cbe9d1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 15 Apr 2016 18:44:35 +0200

remove obsolete rebuild script

Diffstat:
Dmonitor-rebuild | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/monitor-rebuild b/monitor-rebuild @@ -1,14 +0,0 @@ -#!/usr/bin/python3 - -import sys - - -while True: - f = open(sys.argv[1]) - - while True: - x = f.readline() - if not x: - break - print("got line:", x) -