summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsyncrepo.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/syncrepo.sh b/syncrepo.sh
index 3939281..1faa7c5 100755
--- a/syncrepo.sh
+++ b/syncrepo.sh
@@ -7,8 +7,6 @@ lock='/tmp/mirrorsync.lck'
bwlimit=4096
#source='rsync://rsync.archlinux.org/ftp_tier1'
#lastupdate_url="http://rsync.archlinux.org/lastupdate"
-source='rsync://mirror.pkgbuild.com/packages/'
-lastupdate_url="http://mirror.pkgbuild.com/lastupdate"
[ ! -d "${target}" ] && mkdir -p "${target}"
[ ! -d "${tmp}" ] && mkdir -p "${tmp}"