blob: 995efcb83aa28eebaa6f05a500a240e582268e35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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/
|