blob: 9b9cba652cb7d985fe57c5db4af43baadd6450a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh -
# $Id$
cd `dirname $0`
# 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/
|