aboutsummaryrefslogtreecommitdiff
path: root/potpourri/repo0-testbed-daily
diff options
context:
space:
mode:
Diffstat (limited to 'potpourri/repo0-testbed-daily')
-rwxr-xr-xpotpourri/repo0-testbed-daily19
1 files changed, 19 insertions, 0 deletions
diff --git a/potpourri/repo0-testbed-daily b/potpourri/repo0-testbed-daily
new file mode 100755
index 00000000..576464c4
--- /dev/null
+++ b/potpourri/repo0-testbed-daily
@@ -0,0 +1,19 @@
+#!/bin/sh -
+# $Id: daily 602 2013-06-02 18:00:25Z sra $
+
+home=/home/sra/rpki.testbed
+
+exec >>$home/logs/daily.log 2>&1
+
+set -x
+
+date
+
+cd $home
+
+/usr/local/sbin/rpkic update_bpki
+
+/usr/local/bin/svn update
+/usr/local/bin/svn add --force .
+/usr/local/bin/svn ci --message 'Daily auto update'
+/usr/local/bin/svn update