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-monthly | |
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-monthly')
-rwxr-xr-x | scripts/repo0-testbed-monthly | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/repo0-testbed-monthly b/scripts/repo0-testbed-monthly deleted file mode 100755 index b7ada110..00000000 --- a/scripts/repo0-testbed-monthly +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# $Id: monthly 602 2013-06-02 18:00:25Z sra $ - -home=/home/sra/rpki.testbed - -exec >>$home/logs/monthly.log 2>&1 - -set -x - -date - -cd $home - -for identity in iana afrinic apnic arin lacnic legacy ripe -do - /usr/local/sbin/rpkic -i $identity renew_all_children -done - -/usr/local/bin/svn update -/usr/local/bin/svn add --force . -/usr/local/bin/svn ci --message 'Monthly auto update' -/usr/local/bin/svn update |