diff options
author | Alec Warner <antarus@gentoo.org> | 2018-12-15 13:57:27 -0500 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-12-15 13:57:40 -0500 |
commit | 343409ae01cf6c8cf95f6a59fdeee995aa469e5b (patch) | |
tree | 9e63d9073bf6ace702048a8e2e42819a2d9f159e | |
parent | Drop two older infra mirrors that were removed from rsync.g.o rotation long ago. (diff) | |
download | gentoo-mirrorstats-343409ae01cf6c8cf95f6a59fdeee995aa469e5b.tar.gz gentoo-mirrorstats-343409ae01cf6c8cf95f6a59fdeee995aa469e5b.tar.bz2 gentoo-mirrorstats-343409ae01cf6c8cf95f6a59fdeee995aa469e5b.zip |
Add my GCP mirror IP to the mirmon state.
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rwxr-xr-x | mirmon-rsync.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mirmon-rsync.sh b/mirmon-rsync.sh index c8c5ba0..5df1c73 100755 --- a/mirmon-rsync.sh +++ b/mirmon-rsync.sh @@ -17,6 +17,8 @@ cd /var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/rsync_mirrors for i in ${INFRA}; do echo "gentoo rsync://$i.gentoo.org" >> ./var/g.mirrors done +# Test GCP mirror; added by antarus +echo "gentoo rsync://35.190.132.250" >> ./var/g.mirrors # fatal if the state file is NOT present. [[ -e ./var/mirmon.state ]] || touch ./var/mirmon.state # run mirmon |