diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-24 06:36:18 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-24 06:36:18 +0000 |
commit | e62cfb013638b5e68218c0702e88c6c4dfeb06f9 (patch) | |
tree | 93b5b864915a92a03e805062cf3b5b6d7f8b1e27 /scripts/mirror-apnic.sh | |
parent | 6923ec5709af6f4fa5ea8e6e9af9265f5b9e213f (diff) |
Cleanup
svn path=/scripts/Old/check-hashes.sh; revision=1434
Diffstat (limited to 'scripts/mirror-apnic.sh')
-rw-r--r-- | scripts/mirror-apnic.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/mirror-apnic.sh b/scripts/mirror-apnic.sh deleted file mode 100644 index 995efcb8..00000000 --- a/scripts/mirror-apnic.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# $Id$ - -# An unknown entity representing itself as gmm says that this is the -# trust anchor for the APNIC test repository. -# -fetch -m -o repository.apnic.net/trust-anchor.cer \ - http://mirin.apnic.net/resourcecerts/trust-anchor.cer - -# Mirror the repository itself -# -rsync -aiz --delete rsync://repository.apnic.net/APNIC/ repository.apnic.net/APNIC/ |