summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-15 22:03:36 +0100
committersyncer <root@plopp.spline.de>2012-03-15 22:03:36 +0100
commit35bd63781ca9c8c4bc4396799898893efaeb8dc5 (patch)
tree75bd547d8997c1faebb9ec5dba9930b4ad343325
parent6e1dd2516f260a0361d65b58509106a615d0c149 (diff)
downloadmirror-sync-35bd63781ca9c8c4bc4396799898893efaeb8dc5.tar.gz
mirror-sync-35bd63781ca9c8c4bc4396799898893efaeb8dc5.tar.bz2
mirror-sync-35bd63781ca9c8c4bc4396799898893efaeb8dc5.zip
sync-gentoo-portage: use ipv4 to sync because our v6 address is not authorized
-rwxr-xr-xbin/sync-gentoo-portage.sh2
1 files changed, 1 insertions, 1 deletions
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/"