summaryrefslogtreecommitdiffstats
path: root/syncrepo.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-01-21 17:27:40 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-01-21 17:27:40 +0100
commit08b702324db4f31c98f019fbcf5f41851037b308 (patch)
treeae062216c0c565e88dcb70e0bf3d22876e60a8bc /syncrepo.sh
parent7ffcfbbfc93f1ee5e23945e6a30110f7aaf8ee47 (diff)
downloadbin-08b702324db4f31c98f019fbcf5f41851037b308.tar.gz
bin-08b702324db4f31c98f019fbcf5f41851037b308.tar.xz
syncrepo.sh: fix source url format
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'syncrepo.sh')
-rwxr-xr-xsyncrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncrepo.sh b/syncrepo.sh
index 25f8223..3939281 100755
--- a/syncrepo.sh
+++ b/syncrepo.sh
@@ -7,7 +7,7 @@ lock='/tmp/mirrorsync.lck'
bwlimit=4096
#source='rsync://rsync.archlinux.org/ftp_tier1'
#lastupdate_url="http://rsync.archlinux.org/lastupdate"
-source='mirror.pkgbuild.com::packages/'
+source='rsync://mirror.pkgbuild.com/packages/'
lastupdate_url="http://mirror.pkgbuild.com/lastupdate"
[ ! -d "${target}" ] && mkdir -p "${target}"