From f6471aeb284afc2ffff241d6ade0c6a469293380 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Mon, 3 Dec 2012 10:24:24 +1100 Subject: [PATCH] Added a script for updating the installation on all the hosts --- all-update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 all-update.sh diff --git a/all-update.sh b/all-update.sh new file mode 100755 index 0000000..581114f --- /dev/null +++ b/all-update.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +./compute-update.py + +git pull +python setup.py install