This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: mc-4.7.5.3-1


05.08.2011 12:13, Marco atzeri ÐÐÑÐÑ:
On 8/5/2011 10:53 AM, Oleksandr Gavenko wrote:
Or I am something missing?


http://mirrors.kernel.org/sourceware/cygwin/setup.ini looks fine

have you catched the mirror during the sync with the primary ?

Finally I found error from myself. I fix in:

mirror=rsync://mirrors.kernel.org/mirrors/sourceware
rsync -va --delete --no-g --no-o --no-p \
  --exclude='*-src.tar.bz2' \
  --include='/release/***' --include='/setup.bz2*' \
  --exclude='*' \
  $mirror/cygwin/ $destdir/cygwin/ 2>&1 | tee -a $log

pattern to setup:

--include='/release/***' --include='/setup.*' \

I am not expert of rsync but  --delete preserve setup.ini
if my first script. Why?

Thanks for pointing and sorry for noise in this list.


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]