[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipse-mirrors] Trying to sync but It fails with the rsync script
|
- From: Christian Petri <cpetri@xxxxxxxxx>
- Date: Mon, 17 Aug 2009 18:12:07 +0200
- Delivered-to: eclipse-mirrors@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=sM4KWu8xZEMcXmlv1nIgHguc+lZWjuiaOzpzoA9a28I=; b=CXkT1uXY7vrYRO2I6EwFfj6vtJXE2fLf0SdJuCEEZSf5nt2K4GloENuNeF/dop6UCm /Kt6WJZnpPbTlBzqBw6izpuYRuHvDKsXJjYbgrckb/HWhunsF4UmFBEfK0I5ZEct+8TE KysQwvfrcVBPmN91FBZpOzCbfRslnKIMtU7z0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jKihEqjwuP0dJV9rRIsGyw0RfxbT2EUSgRwqoBpohh/NcVwg4RDPSHhG2F4JJdfkvR p82nDXNwIJOKMuX833YmQ7CSWS18en2Nk2Gg+m47zy1VqzybWZwgz1Sq5S67vwqDNxxR P60em9iJJnXY3XN3dBs4hUntPJSUDWvzWY2nw=
Hi again,
if I set the script to only download "full_platform" I get an error again:
receiving file list ... rsync: link_stat
"/sites/download.eclipse.org/eclipseMirror/eclipse/*" (in
download.eclipse.org) failed: No such file or directory (2)
done
I think if you change this:
if [ $full_platform == yes ] ; then
$RSYNC -rtlvp --delete $RSYNC_HOST::$RSYNC_PATH/eclipse/*
$mirror_path/eclipse/
fi
to this:
if [ $full_platform == yes ] ; then
$RSYNC -rtlvp --delete $RSYNC_HOST::$RSYNC_PATH/eclipse/
$mirror_path/eclipse/
fi
it works.
Maybe you can fix this if it is correct.