diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-10 22:56:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-10 22:56:47 +0000 |
commit | 45b95aaadc861b0e682373164fe18fa0c5ed2b2e (patch) | |
tree | 6e415c4dd6b78e84a58ae0038ab9847fb69feafc /scripts/repo0-testbed-daily | |
parent | 5e0d1807ca7b049bde262a529443924adfd903e6 (diff) | |
parent | b7459d825cfadb9db265ed1b3bd0c10682464767 (diff) |
Merge tk685 branch back to trunk. This completes the move of the rpki
libraries and rpki.POW module from the rpki-ca package to the rpki-rp
package. Closes #685, closes #633.
svn path=/trunk/; revision=5784
Diffstat (limited to 'scripts/repo0-testbed-daily')
-rwxr-xr-x | scripts/repo0-testbed-daily | 19 |
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 |