aboutsummaryrefslogtreecommitdiff
path: root/scripts/master.sh
blob: 8f59d3573f485240252c9b6c5c42f32845d2e11e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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