aboutsummaryrefslogtreecommitdiff
path: root/scripts/repo0-testbed-daily
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-05 22:42:12 +0000
committerRob Austein <sra@hactrn.net>2014-04-05 22:42:12 +0000
commitfe0bf509f528dbdc50c7182f81057c6a4e15e4bd (patch)
tree07c9a923d4a0ccdfea11c49cd284f6d5757c5eda /scripts/repo0-testbed-daily
parentaa28ef54c271fbe4d52860ff8cf13cab19e2207c (diff)
Source tree reorg, phase 1. Almost everything moved, no file contents changed.
svn path=/branches/tk685/; revision=5757
Diffstat (limited to 'scripts/repo0-testbed-daily')
-rwxr-xr-xscripts/repo0-testbed-daily19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/repo0-testbed-daily b/scripts/repo0-testbed-daily
deleted file mode 100755
index 576464c4..00000000
--- a/scripts/repo0-testbed-daily
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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