aboutsummaryrefslogtreecommitdiff
path: root/scripts/repo0-testbed-monthly
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-10 22:56:47 +0000
committerRob Austein <sra@hactrn.net>2014-04-10 22:56:47 +0000
commit45b95aaadc861b0e682373164fe18fa0c5ed2b2e (patch)
tree6e415c4dd6b78e84a58ae0038ab9847fb69feafc /scripts/repo0-testbed-monthly
parent5e0d1807ca7b049bde262a529443924adfd903e6 (diff)
parentb7459d825cfadb9db265ed1b3bd0c10682464767 (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-xscripts/repo0-testbed-monthly22
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