diff options
Diffstat (limited to 'scripts/Old/master.sh')
-rw-r--r-- | scripts/Old/master.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/Old/master.sh b/scripts/Old/master.sh new file mode 100644 index 00000000..8f59d357 --- /dev/null +++ b/scripts/Old/master.sh @@ -0,0 +1,24 @@ +#!/bin/sh - +# $Id$ + +scripts="subvert-rpki.hactrn.net/scripts" + +repositories="ca-trial.ripe.net/RIPE ca-trial.ripe.net/ARIN repository.apnic.net" + +cd `dirname $0` + +. $scripts/mirror-apnic.sh +. $scripts/mirror-ripe.sh + +perl $scripts/gen-verify-test.pl $repositories | +tee verify.sh | +sh 2>&1 | +tee verify.log + +perl $scripts/make-hashes.pl $repositories | +tee make-hashes.sh | +sh 2>&1 | +tee make-hashes.log + +sh $scripts/check-hashes.sh 2>&1 | +tee check-hashes.log |