diff options
author | Rob Austein <sra@hactrn.net> | 2014-01-09 20:56:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-01-09 20:56:06 +0000 |
commit | b603ea6e8677d61d93f05cb43aa8c1769c1e9d6c (patch) | |
tree | 4acda8c9d9ba25800d820a4bb6636fd626dc0c24 /scripts/Old/master.sh | |
parent | 06023dcd60af34a84c3a71f1a597e477cfa8f408 (diff) |
Update more copyrights, clean up module doc blocks.
svn path=/trunk/; revision=5624
Diffstat (limited to 'scripts/Old/master.sh')
-rw-r--r-- | scripts/Old/master.sh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/scripts/Old/master.sh b/scripts/Old/master.sh deleted file mode 100644 index 8f59d357..00000000 --- a/scripts/Old/master.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/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 |