From 35bd63781ca9c8c4bc4396799898893efaeb8dc5 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 15 Mar 2012 22:03:36 +0100 Subject: sync-gentoo-portage: use ipv4 to sync because our v6 address is not authorized --- bin/sync-gentoo-portage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sync-gentoo-portage.sh b/bin/sync-gentoo-portage.sh index e9ca82b..ab22e02 100755 --- a/bin/sync-gentoo-portage.sh +++ b/bin/sync-gentoo-portage.sh @@ -1,7 +1,7 @@ #!/bin/bash RSYNC="/usr/bin/rsync" -OPTS="--quiet --recursive --links --perms --times --devices --compress --delete --timeout=600" +OPTS="-4 --quiet --recursive --links --perms --times --devices --compress --delete --timeout=600" SRC="rsync://masterportage.gentoo.org/gentoo-portage" DST="/raid/gentoo-portage/" -- cgit v1.2.3-1-g7c22