2011-07-01 18:25, Oleksandr Gavenko пишет:
> I rsync Cygwin ports repo:
>
>     $ rsync $RSYNC_FLAGS \
>     --exclude='*-src.tar.bz2' \
>     --include='/release-2/***' --include='/setup.bz2*' \
>     --exclude='*' \
>     $mirror/cygwinports/ $destdir/cygwinports/ 2>&1 | tee -a $log
>
> After running setup.exe on local copy of repo
> in package selection window all packages placed in 'Misc' category
> and all selected for installing (as 'Default' action).
>
> Seems that is not desired behavior. What did I do wrong?
>
> Also I can not unselect all packages for install from available GUI.
>
I compare cygwin repo and cygwinport repo:

   $ rsync --list-only 
rsync://mirrors.kernel.org/mirrors/sourceware/cygwinports/
   $ rsync --list-only rsync://mirrors.kernel.org/mirrors/sourceware/cygwin/

and found difference in:

-rw-r--r--     1327464 2011/07/01 16:20:12 setup.ini

which presents in 'cygwin' and doesn't present in 'cygwinports' repo!

After:

   $ cd ${cygwinport_repo}
   $ cp setup.bz2 setup.ini.bz2
   $ bzip2 -d setup.ini.bz2
   $ ../setup.exe

I get proper showed package selection window (all package listened 
hierarchically and not selected for installing by default).

So something wrong with 'setup.exe' or cygwinport administrator must add
'setup.ini' to repo for user convenient (because every time
after rsync user must unbzip2 'setup.ini').

-- 
Best regards!


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to